Skip to main content

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 ASPxClientCancelEventArgs.
focusedRow Gets the row to which the edited cell belongs.
recordValues Gets a hashtable that maintains information about editable cells.
visibleIndex Gets the visible index of the record whose cells have been edited.
See Also