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