Skip to main content

NewItemRowData Members

Contains information about the New Item Row.

Properties

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. Inherited from RowData.
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.

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. Inherited from RowDataBase.
See Also