ASPxClientVerticalGridBatchEditStartEditingEventArgs Class
In This Article
Provides data for the ASPxClientVerticalGrid.BatchEditStartEditing event.
#Declaration
TypeScript
declare class ASPxClientVerticalGridBatchEditStartEditingEventArgs extends ASPxClientCancelEventArgs
#Remarks
Objects of the ASPxClientVerticalGridBatchEditStartEditingEventArgs type are used as arguments for the ASPxClientVerticalGrid.BatchEditStartEditing event, generated on the client side.
ASPxClientVerticalGridBatchEditStartEditingEventArgs objects with proper settings are automatically created and passed to the corresponding event handler.
#Inheritance
ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientVerticalGridBatchEditStartEditingEventArgs
See Also