Skip to main content

GridCellData Properties

Contains information about a data cell.
Name Description
Column Gets the grid column. Inherited from GridColumnData.
Data Gets or sets an object that contains grid data. Inherited from GridDataBase.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DisplayMemberBindingValue This member supports the internal infrastructure and is not intended to be used directly from your code.
IsFocusedCell Gets whether the cell is focused. This is a dependency property.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
IsSelected Gets whether the cell is selected.
Row Gets a record in a data source.
RowData Gets or sets the information about a data row containing the cell.
SelectionState Gets a value that indicates the cell’s selection state. This is a dependency property.
Value Gets or sets an editable value. Inherited from EditableDataObject.
View Gets the owner view. Inherited from GridColumnData.
VisibleIndex Gets the column’s position among visible columns. Inherited from GridColumnData.
See Also