Skip to main content

ASPxClientGridViewBatchEditTemplateCellFocusedEventArgs Members

In This Article
Provides data for the ASPxClientGridView.BatchEditTemplateCellFocused event.

#Constructors

Name Description
constructor(column) Initializes a new instance of the ASPxClientGridViewBatchEditTemplateCellFocusedEventArgs class with the specified column.

#Properties

Name Description
column Gets the currently processed column.
handled Gets or sets a value specifying whether the event was handled.
See Also