constructor(column) Constructor
Initializes a new instance of the ASPxClientGridViewColumnProcessingModeEventArgs class with the specified setting.
Declaration
constructor(
column: ASPxClientGridViewColumn
)
Parameters
Name | Type | Description |
---|---|---|
column | ASPxClientGridViewColumn | A ASPxClientGridViewColumn object representing the column related to the event. |
See Also