The DataGridRowViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DataGridRowViewModel |
Initializes a new instance of the DataGridRowViewModel class.
|
Methods
Name | Description | |
---|---|---|
![]() | Activate |
Activates the row when loaded due to virtualization
|
![]() | ClearData |
Resets all properties to default.
|
![]() | Deactivate |
Deactivate the row when unloaded due to virtualization
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | FireRowStyleChanged |
Fires property change for NotifyRowStyleChanged;
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetPropertyName``1 | (Inherited from BindableObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | NotifyRowNumberUpdated |
Notify the UI that the RowNumber was updated.
|
![]() | OnPropertyChanged(String) | (Inherited from BindableObject.) |
![]() | OnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) |
![]() | SetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) |
![]() | SetAndNotify``1(UMP%, UMP, String) | (Inherited from BindableObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Background |
Background.
|
![]() | Cells |
Gets the cells in this row.
|
![]() | ContextMenuItems |
Context menu.
|
![]() | DelayRowStyleChanged |
Stop firing NotifyRowStyleChanged changes.
|
![]() | FontFamily |
Font family.
|
![]() | FontSize |
Font size.
|
![]() | FontStyle |
Font style.
|
![]() | FontWeight |
Font weight.
|
![]() | Foreground |
Foreground.
|
![]() | IsRowMouseOver |
Gets or sets a value indicating whether the row is under cursor.
|
![]() | IsSelected |
Gets or sets a value indicating whether the row is selected.
|
![]() | NotifyRowStyleChanged |
Property changed event gets fired on this property whenever a styling property relevant for a row changes.
|
![]() | RowHeight |
Gets or sets the height of the row.
|
![]() | RowNumber |
Gets or sets the row number.
|
![]() | Style |
Style.
|
![]() | StyleKey |
Identificator of style.
Gets or sets the style key.
|
![]() | StyleSelectorKey |
Identificator of style.
Gets or sets the style key.
|
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from BindableObject.) |