The AwxCellViewModel type exposes the following members.

Properties

  NameDescription
Public propertyBackground
Background.
(Inherited from DataGridCellViewModel.)
Public propertyCellData
Gets or sets the cell data.
Public propertyColumn
Gets the column in which this cell is.
(Inherited from DataGridCellViewModel.)
Public propertyCustomContent
Custom content in the cell.
(Inherited from DataGridCellViewModel.)
Public propertyEditedValue
Value edited by the user.
(Inherited from DataGridCellViewModel.)
Public propertyFontFamily
Font family.
(Inherited from DataGridCellViewModel.)
Public propertyFontSize
Cell font size.
(Inherited from DataGridCellViewModel.)
Public propertyFontStretch
Font stretch.
(Inherited from DataGridCellViewModel.)
Public propertyFontStyle
Font style.
(Inherited from DataGridCellViewModel.)
Public propertyFontWeight
Font weight.
(Inherited from DataGridCellViewModel.)
Public propertyForeground
Foreground.
(Inherited from DataGridCellViewModel.)
Public propertyFormattedValue
Formatted value of the cell.
(Overrides DataGridCellViewModel..::..FormattedValue.)
Public propertyHasResolvedValue
Indicates that the cell has resolved value. Not resolved typically means it's still waiting for resolving.
(Inherited from DataGridCellViewModel.)
Public propertyHyperlinkValue
Hyperlink text.
(Inherited from DataGridCellViewModel.)
Public propertyImage
Decoded image that is shown in the DataGrid.
(Inherited from DataGridCellViewModel.)
Public propertyIsEditable
Controls if this cell is editable. Should be true by default and disabled depending on situation.
(Inherited from DataGridCellViewModel.)
Public propertyIsSelected
Gets or sets a value indicating whether the cell is selected.
(Inherited from DataGridCellViewModel.)
Public propertyRow
Gets the row in which this cell is.
(Inherited from DataGridCellViewModel.)
Public propertyShouldStartEditing
Tells that this cell should start editing.
(Inherited from DataGridCellViewModel.)
Public propertyShowValue
Show value?
(Inherited from DataGridCellViewModel.)
Public propertyStyle
Gets the style.
(Inherited from DataGridCellViewModel.)
Public propertyStyleKey
Identificator of style. Gets or sets the style key.
(Inherited from DataGridCellViewModel.)
Public propertyStyleSelectorKey
Identificator of style. Gets or sets the style key.
(Inherited from DataGridCellViewModel.)
Public propertyTooltip
Tooltip for the cell to display
(Inherited from DataGridCellViewModel.)
Public propertyTooltipCell
Cell that should be used for the tooltip.
Public propertyValue
Gets or sets the value of the cell.
(Inherited from DataGridCellViewModel.)

See Also