constructor(column) Constructor
Initializes a new isntance of the ASPxClientCardViewColumnCancelEventArgs class.
Declaration
constructor(
column: ASPxClientCardViewColumn
)
Parameters
Name | Type | Description |
---|---|---|
column | ASPxClientCardViewColumn | An ASPxClientCardViewColumn object that represents the processed column. |
See Also