ASPxClientVerticalGridBatchEditEndEditingEventArgs Properties
Provides data for the ASPxClientVerticalGrid.BatchEditEndEditing event.
Name | Description |
---|---|
cancel |
Specifies whether to cancel the related action (for example, row edit, export).
Inherited from ASPx |
focused |
Gets the row to which the edited cell belongs. |
record |
Gets a hashtable that maintains information about editable cells. |
visible |
Gets the visible index of the record whose cells have been edited. |
See Also