Skip to main content

constructor(column) Constructor

In This Article

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

#Declaration

TypeScript
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