The AwxRowViewModel type exposes the following members.

Constructors

  NameDescription
Public methodAwxRowViewModel
Initializes a new instance of the AwxRowViewModel class.

Methods

  NameDescription
Public methodActivate
Activates the row when loaded due to virtualization
(Inherited from DataGridRowViewModel.)
Public methodClearData
Resets all properties to default.
(Inherited from DataGridRowViewModel.)
Public methodDeactivate
Deactivate the row when unloaded due to virtualization
(Inherited from DataGridRowViewModel.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFireRowStyleChanged
Fires property change for NotifyRowStyleChanged;
(Inherited from DataGridRowViewModel.)
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.)
Public methodNotifyRowNumberUpdated
Notify the UI that the RowNumber was updated.
(Inherited from DataGridRowViewModel.)
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.)

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.)

Events

  NameDescription
Public eventPropertyChanged (Inherited from BindableObject.)

See Also