The IDataGridRow type exposes the following members.

Methods

  NameDescription
Public methodActivate (Inherited from IVirtualizable.)
Public methodClearData (Inherited from IVirtualizable.)
Public methodDeactivate (Inherited from IVirtualizable.)
Public methodNotifyRowNumberUpdated
Notify the UI that the RowNumber was updated.

Properties

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

Events

  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)

See Also