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