The AwxRowViewModel type exposes the following members.

Properties

  NameDescription
Public propertyBackground
Background.
(Inherited from DataGridRowViewModel.)
Public propertyCells
Gets the cells in this row.
(Inherited from DataGridRowViewModel.)
Public propertyContextMenuItems
Context menu.
(Inherited from DataGridRowViewModel.)
Public propertyData
Alarm data associated with this row.
Public propertyDelayRowStyleChanged
Stop firing NotifyRowStyleChanged changes.
(Inherited from DataGridRowViewModel.)
Public propertyFontFamily
Font family.
(Inherited from DataGridRowViewModel.)
Public propertyFontSize
Font size.
(Inherited from DataGridRowViewModel.)
Public propertyFontStyle
Font style.
(Inherited from DataGridRowViewModel.)
Public propertyFontWeight
Font weight.
(Inherited from DataGridRowViewModel.)
Public propertyForeground
Foreground.
(Inherited from DataGridRowViewModel.)
Public propertyGroupedByValue
This value is used for Grouping. Until the row is grouped, the value is null. This property is needed to remember the Original group the row is inserted. The value is used to find the row view model in the items view.
Public propertyIsRowMouseOver
Gets or sets a value indicating whether the row is under cursor.
(Inherited from DataGridRowViewModel.)
Public propertyIsSelected
Gets or sets a value indicating whether the row is selected.
(Inherited from DataGridRowViewModel.)
Public propertyNotifyRowStyleChanged
Property changed event gets fired on this property whenever a styling property relevant for a row changes.
(Inherited from DataGridRowViewModel.)
Public propertyRow
Gets the row.
Public propertyRowHeight
Gets or sets the height of the row.
(Inherited from DataGridRowViewModel.)
Public propertyRowNumber
Gets or sets the row number.
(Inherited from DataGridRowViewModel.)
Public propertyStyle
Style.
(Inherited from DataGridRowViewModel.)
Public propertyStyleKey
Identificator of style. Gets or sets the style key.
(Inherited from DataGridRowViewModel.)
Public propertyStyleSelectorKey
Identificator of style. Gets or sets the style key.
(Inherited from DataGridRowViewModel.)

See Also