The DataGridStyle type exposes the following members.

Constructors

  NameDescription
Public methodDataGridStyle
Initializes a new instance of the DataGridStyle class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFireCellStyleChanged
Fires property change for NotifyCellStyleChanged;
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetPropertyName``1 (Inherited from BindableObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodOnPropertyChanged(String) (Inherited from BindableObject.)
Protected methodOnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, String) (Inherited from BindableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldDelayCellStyleChanged
Stop firing NotifyCellStyleChanged changes.

Properties

  NameDescription
Public propertyActualHorizontalGridLineThickness
Actual horizontal grid line thickness.
Public propertyActualVerticalGridLineThickness
Actual vertical grid line thickness.
Public propertyAlternateBackground
Alternate Background brush used for every other row.
Public propertyAlternateForeground
Alternate Foreground brush used for every other row.
Public propertyControlBackground
Control background.
Public propertyControlBorderBrush
Control border brush.
Public propertyControlBorderThickness
Control border thickness
Public propertyControlForeground
Control foreground.
Public propertyControlMouseOverBackground
Control MouseOver background.
Public propertyControlMouseOverBorderBrush
Control border brush.
Public propertyControlMouseOverForeground
Control MouseOver foreground.
Public propertyControlSelectionBackground
Control Selection background.
Public propertyControlSelectionBorderBrush
Control border brush.
Public propertyControlSelectionForeground
Control Selection foreground.
Public propertyControlWindowBackground
Control Window background.
Public propertyControlWindowBorderBrush
Control Window border brush.
Public propertyControlWindowForeground
Control Window foreground.
Public propertyEnableAlternateStyling
Enables alternate styling of every other node.
Public propertyEnableMouseOverEffect
Enable MouseOver effect.
Public propertyEnableSelectionEffect
Enable selection effect.
Public propertyFocusedControl
Currently focused control. For internal use only.
Public propertyGridBackground
Grid background.
Public propertyGridForeground
Grid foreground.
Public propertyHorizontalGridLineBrush
Horizontal grid line foreground.
Public propertyHorizontalGridLineThickness
Horizontal grid line thickness.
Public propertyHyperlinkForeground
Hyperlink foreground.
Public propertyHyperlinkMouseOverForeground
Hyperlink MouseOver foreground.
Public propertyIsRowHeaderVisible
Is the row header visible?
Public propertyIsRowNumberVisible
Is the row number visible?
Public propertyItemBorderThickness
Thickness of item borders.
Public propertyMouseOverBackground
MouseOver background.
Public propertyMouseOverBorderBrush
MouseOver BorderBrush.
Public propertyMouseOverForeground
MouseOver foreground.
Public propertyNotifyCellStyleChanged
Property changed event gets fired on this property whenever a styling property relevant for a cell changes.
Public propertyRowHeaderBackground
Row header background.
Public propertyRowHeaderBorderBrush
Row header border brush.
Public propertyRowHeaderBorderThickness
Row header border thickness.
Public propertyRowHeaderForeground
Row header foreground.
Public propertySelectionBackground
Selection background.
Public propertySelectionBorderBrush
Selection BorderBrush.
Public propertySelectionForeground
Selection foreground.
Public propertyShowHorizontalGridLines
Show horizontal grid lines.
Public propertyShowHyperlinkUnderline
Hyperlink foreground.
Public propertyShowTooltips
Selection foreground.
Public propertyShowVerticalGridLines
Show vertical grid lines.
Public propertyVerticalGridLineBrush
Vertical grid line foreground.
Public propertyVerticalGridLineThickness
Vertical grid line thickness.

Events

  NameDescription
Public eventPropertyChanged (Inherited from BindableObject.)

See Also