Skip to main content

RowDataBase Members

Contains information about grid rows.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs when any of the RowDataBase class properties’ values change.
See Also