RowEditingEventArgs Properties
Provides data for the GridControl.EndRowEdit event.Name | Description |
---|---|
Action | Gets whether an end-user has closed a row editor to apply or cancel modified cell values. |
RowHandle | Gets the row handle. Inherited from RowEventArgs. |
SourceRowIndex | Gets the index of the record in a data source to which the processed row corresponds. Inherited from SourceRowEventArgs. |
See Also