Skip to main content

RowData Properties

Contains information about data rows.
Name Description
DataContext Gets the GridControl‘s data context. Inherited from RowDataBase.
DataControl Gets the control that contains this row. Inherited from RowDataBase.
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.
IsLastRowInGroup Gets whether the row is the last row in a group.
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