Skip to main content

CellData Properties

Contains information about grid cells.
Name Description
Column Gets the grid column.
IsFocused Gets whether the cell is focused.
IsSelected Gets whether the cell is selected.
Row Gets a record in a data source.
RowData Gets information about the data row.
SelectionState Gets the cell’s selection state: focused, selected, focused and selected, or neither.
Text Gets or sets the text displayed in the cell.
UnboundData Gets the row’s unbound values.
ValidationError Gets information about the cell’s validation error.
ValidationErrorImage Gets the image displayed in a cell if it is invalid.
ValidationErrorText Gets the cell’s validation error text.
Value Gets or sets the cell’s value.
See Also