ASPxClientVerticalGridBatchEditChangesSavingEventArgs Properties
Provides data for the ASPxClientVerticalGrid.BatchEditChangesSaving event.
Name | Description |
---|---|
cancel |
Specifies whether to cancel the related action (for example, row edit, export).
Inherited from ASPx |
deleted |
Gets a hashtable that maintains information about deleted cells. |
inserted |
Gets a hashtable that maintains information about inserted cells. |
updated |
Gets a hashtable that maintains information about updated cells. |
See Also