Skip to main content

GroupColumnSummaryData Properties

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