Skip to main content

constructor(column) Constructor

In This Article

Initializes a new instance of the ASPxClientGridViewColumnProcessingModeEventArgs class with the specified setting.

#Declaration

TypeScript
constructor(
    column: ASPxClientGridViewColumn
)

#Parameters

Name Type Description
column ASPxClientGridViewColumn

A ASPxClientGridViewColumn object representing the column related to the event.

See Also