Skip to main content

ASPxClientGridViewColumnProcessingModeEventArgs Members

In This Article
Provides data for the client events concerned with column processing, and that allow the event’s processing to be passed to the server side.

#Constructors

Name Description
constructor(column) Initializes a new instance of the ASPxClientGridViewColumnProcessingModeEventArgs class with the specified setting.

#Properties
Show Inherited Hide Inherited

Name Description
column Gets a grid column related to the event.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also