The IDataGridCell type exposes the following members.

Properties

  NameDescription
Public propertyBackground
Gets or sets the background.
Public propertyColumn
Gets the column in which this cell is.
Public propertyCustomContent
Custom content in the cell.
Public propertyEditedValue
Edited value.
(Inherited from IDataGridHasValue.)
Public propertyFontFamily
Gets or sets the font family.
Public propertyFontSize
Cell font size.
Public propertyFontStretch
Gets or sets the font stretch.
Public propertyFontStyle
Gets or sets the font style.
Public propertyFontWeight
Gets or sets the font weight.
Public propertyForeground
Gets or sets the foreground.
Public propertyFormattedValue
Formatted value of the cell.
(Inherited from IDataGridHasValue.)
Public propertyHasResolvedValue
Has resolved cell value?
Public propertyHyperlinkValue
The hyperlink text. This is required by group and cell because each value item can have a hyperlink.
(Inherited from IDataGridHasValue.)
Public propertyImage
Image can be one of the following: Base64 String, Byte array, Uri or ImageSource.
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
Should the value be visible?
(Inherited from IDataGridHasValue.)
Public propertyStyle
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.
Public propertyValue
Gets the value.
(Inherited from IDataGridHasValue.)

See Also