Skip to main content
A newer version of this page is available. .

GroupRowData Properties

Contains information about group rows.
Name Description
DataContext Gets the GridControl‘s data context. Inherited from RowDataBase.
DataControl Gets the control that contains this group row.
GroupSummaries Gets information about group summaries displayed in the group row.
GroupValue Gets information about the group row‘s value.
IndicatorImage Gets an image displayed in the Row Indicator Panel for the row. Inherited from RowDataBase.
IndicatorState Gets the row’s state. The Row Indicator Panel displays its icons based on this state. Inherited from RowDataBase.
IsExpanded Gets or sets whether the group row is expanded.
Level Gets the row’s group level. Inherited from RowDataBase.
Row Gets a record in a data source. Inherited from RowDataBase.
RowHandle Gets the row’s handle. Inherited from RowDataBase.
SelectionState Gets the row’s selection state: focused, selected, focused and selected, or neither. Inherited from RowDataBase.
UnboundData Gets the row’s unbound values. Inherited from RowDataBase.
ValidationError Gets information about the row’s validation error. Inherited from RowDataBase.
ValidationErrorText Gets the row’s validation error text. Inherited from RowDataBase.
See Also