Skip to main content

constructor(column) Constructor

Initializes a new instance of the ASPxClientGridViewBatchEditTemplateCellFocusedEventArgs class with the specified column.

Declaration

constructor(
    column: ASPxClientGridViewColumn
)

Parameters

Name Type Description
column ASPxClientGridViewColumn

An ASPxClientGridViewColumn object that is the processed grid column. This value is assigned to the ASPxClientGridViewBatchEditTemplateCellFocusedEventArgs.column property.

See Also