The IDataGridDummyRow type exposes the following members.

Properties

  NameDescription
Public propertyBackground
Background.
(Inherited from IDataGridRow.)
Public propertyCells
Gets the cells in this row.
(Inherited from IDataGridRow.)
Public propertyDelayRowStyleChanged
Stop firing NotifyRowStyleChanged changes.
(Inherited from IDataGridRow.)
Public propertyFontFamily
Font family.
(Inherited from IDataGridRow.)
Public propertyFontSize
Font size.
(Inherited from IDataGridRow.)
Public propertyFontStyle
Font style.
(Inherited from IDataGridRow.)
Public propertyFontWeight
Font weight.
(Inherited from IDataGridRow.)
Public propertyForeground
Foreground.
(Inherited from IDataGridRow.)
Public propertyIsRowMouseOver
Gets or sets a value indicating whether the row is under cursor.
(Inherited from IDataGridRow.)
Public propertyIsSelected
Gets or sets a value indicating whether the row is selected.
(Inherited from IDataGridRow.)
Public propertyNotifyRowStyleChanged
Property changed event gets fired on this property whenever a styling property relevant for a row changes.
(Inherited from IDataGridRow.)
Public propertyRowHeight
Gets or sets the height of the row.
(Inherited from IDataGridRow.)
Public propertyRowNumber
Gets the row number.
(Inherited from IDataGridRow.)
Public propertyStyle
Style.
(Inherited from IDataGridRow.)
Public propertyStyleKey
Identificator of style. Gets or sets the style key.
(Inherited from IDataGridRow.)
Public propertyStyleSelectorKey
Identificator of style. Gets or sets the style key.
(Inherited from IDataGridRow.)

See Also