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