The IDataGridTreeCell type exposes the following members.

Properties

  NameDescription
Public propertyBackground
Gets or sets the background.
(Inherited from IDataGridCell.)
Public propertyColumn
Gets the column in which this cell is.
(Inherited from IDataGridCell.)
Public propertyCustomContent
Custom content in the cell.
(Inherited from IDataGridCell.)
Public propertyEditedValue
Edited value.
(Inherited from IDataGridHasValue.)
Public propertyFontFamily
Gets or sets the font family.
(Inherited from IDataGridCell.)
Public propertyFontSize
Cell font size.
(Inherited from IDataGridCell.)
Public propertyFontStretch
Gets or sets the font stretch.
(Inherited from IDataGridCell.)
Public propertyFontStyle
Gets or sets the font style.
(Inherited from IDataGridCell.)
Public propertyFontWeight
Gets or sets the font weight.
(Inherited from IDataGridCell.)
Public propertyForeground
Gets or sets the foreground.
(Inherited from IDataGridCell.)
Public propertyFormattedValue
Formatted value of the cell.
(Inherited from IDataGridHasValue.)
Public propertyGroupLevel
Group level of parent tree node.
Public propertyHasResolvedValue
Has resolved cell value?
(Inherited from IDataGridCell.)
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.
(Inherited from IDataGridCell.)
Public propertyIsEditable
Controls if this cell is editable. SHould be true by default and disabled depending on situation.
(Inherited from IDataGridCell.)
Public propertyIsSelected
Gets or sets a value indicating whether the cell is selected.
(Inherited from IDataGridCell.)
Public propertyRow
Gets the row in which this cell is.
(Inherited from IDataGridCell.)
Public propertyShouldStartEditing
Tells that this cell should start editing.
(Inherited from IDataGridCell.)
Public propertyShowValue
Should the value be visible?
(Inherited from IDataGridHasValue.)
Public propertyState
State of the parent tree node regarding expansion and having children.
Public propertyStyle
Style.
(Inherited from IDataGridCell.)
Public propertyStyleKey
Identificator of style. Gets or sets the style key.
(Inherited from IDataGridCell.)
Public propertyStyleSelectorKey
Identificator of style. Gets or sets the style key.
(Inherited from IDataGridCell.)
Public propertyTooltip
Tooltip.
(Inherited from IDataGridCell.)
Public propertyValue
Gets the value.
(Inherited from IDataGridHasValue.)

See Also