Skip to main content

RowDataBase Properties

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