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