Skip to main content
A newer version of this page is available. .

constructor(column) Constructor

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

Declaration

constructor(
    column: ASPxClientCardViewColumn
)

Parameters

Name Type Description
column ASPxClientCardViewColumn

An ASPxClientCardViewColumn object that is the processed CardView column. This value is assigned to the ASPxClientCardViewBatchEditTemplateCellFocusedEventArgs.column property.

See Also