Skip to main content

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