The DataGridCellViewModel type exposes the following members.

Properties

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

See Also