The DataGridRowViewModel type exposes the following members.

Constructors

  NameDescription
Public methodDataGridRowViewModel
Initializes a new instance of the DataGridRowViewModel class.

Methods

  NameDescription
Public methodActivate
Activates the row when loaded due to virtualization
Public methodClearData
Resets all properties to default.
Public methodDeactivate
Deactivate the row when unloaded due to virtualization
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFireRowStyleChanged
Fires property change for NotifyRowStyleChanged;
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.
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.
Public propertyCells
Gets the cells in this row.
Public propertyContextMenuItems
Context menu.
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 or sets 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 (Inherited from BindableObject.)

See Also