The IDataGridCell type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Background |
Gets or sets the background.
|
![]() | Column |
Gets the column in which this cell is.
|
![]() | CustomContent |
Custom content in the cell.
|
![]() | EditedValue |
Edited value.
(Inherited from IDataGridHasValue.) |
![]() | FontFamily |
Gets or sets the font family.
|
![]() | FontSize |
Cell font size.
|
![]() | FontStretch |
Gets or sets the font stretch.
|
![]() | FontStyle |
Gets or sets the font style.
|
![]() | FontWeight |
Gets or sets the font weight.
|
![]() | Foreground |
Gets or sets the foreground.
|
![]() | FormattedValue |
Formatted value of the cell.
(Inherited from IDataGridHasValue.) |
![]() | HasResolvedValue |
Has resolved cell value?
|
![]() | HyperlinkValue |
The hyperlink text. This is required by group and cell because each value item can have a hyperlink.
(Inherited from IDataGridHasValue.) |
![]() | Image |
Image can be one of the following: Base64 String, Byte array, Uri or ImageSource.
|
![]() | IsEditable |
Controls if this cell is editable. SHould be true by default and disabled depending on situation.
|
![]() | IsSelected |
Gets or sets a value indicating whether the cell is selected.
|
![]() | Row |
Gets the row in which this cell is.
|
![]() | ShouldStartEditing |
Tells that this cell should start editing.
|
![]() | ShowValue |
Should the value be visible?
(Inherited from IDataGridHasValue.) |
![]() | Style |
Style.
|
![]() | StyleKey |
Identificator of style.
Gets or sets the style key.
|
![]() | StyleSelectorKey |
Identificator of style.
Gets or sets the style key.
|
![]() | Tooltip |
Tooltip.
|
![]() | Value |
Gets the value.
(Inherited from IDataGridHasValue.) |