ASPxClientVerticalGridBatchEditEndEditingEventArgs Members
Provides data for the ASPxClientVerticalGrid.BatchEditEndEditing event.Constructors
Name | Description |
---|---|
constructor(visibleIndex, recordValues, focusedRow) | Initializes a new instance of the ASPxClientVerticalGridBatchEditEndEditingEventArgs class with specified settings. |
Properties
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