The DataGridCellViewModel type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Background |
Background.
|
![]() | Column |
Gets the column in which this cell is.
|
![]() | CustomContent |
Custom content in the cell.
|
![]() | EditedValue |
Value edited by the user.
|
![]() | FontFamily |
Font family.
|
![]() | FontSize |
Cell font size.
|
![]() | FontStretch |
Font stretch.
|
![]() | FontStyle |
Font style.
|
![]() | FontWeight |
Font weight.
|
![]() | Foreground |
Foreground.
|
![]() | FormattedValue |
Formatted value of the cell.
|
![]() | HasResolvedValue |
Indicates that the cell has resolved value. Not resolved typically means it's still waiting for resolving.
|
![]() | HyperlinkValue |
Hyperlink text.
|
![]() | Image |
Decoded image that is shown in the DataGrid.
|
![]() | IsEditable |
Controls if this cell is editable. Should be true by default and disabled depending on situation.
|
![]() | IsSelected |
Gets or sets a value indicating whether the cell is selected.
|
![]() | Row |
Gets the row in which this cell is.
|
![]() | ShouldStartEditing |
Tells that this cell should start editing.
|
![]() | ShowValue |
Show value?
|
![]() | Style |
Gets the style.
|
![]() | StyleKey |
Identificator of style.
Gets or sets the style key.
|
![]() | StyleSelectorKey |
Identificator of style.
Gets or sets the style key.
|
![]() | Tooltip |
Tooltip for the cell to display
|
![]() | Value |
Gets or sets the value of the cell.
|