Skip to main content

ASPxClientGridViewBatchEditRowValidatingEventArgs Class

Provides data for the ASPxClientGridView.BatchEditRowValidating event.

#Declaration

TypeScript
declare class ASPxClientGridViewBatchEditRowValidatingEventArgs extends ASPxClientEventArgs

#Remarks

Objects of the ASPxClientGridViewBatchEditRowValidatingEventArgs type are used as arguments for the ASPxClientGridView.BatchEditRowValidating event, generated on the client side.

ASPxClientGridViewBatchEditRowValidatingEventArgs objects with proper settings are automatically created and passed to the corresponding event handler.

#Inheritance

ASPxClientEventArgs
ASPxClientGridViewBatchEditRowValidatingEventArgs
See Also