Skip to main content

ASPxClientTreeListColumnResizedEventArgs Members

In This Article
Provides data for the ASPxClientTreeList.ColumnResized event.

#Constructors

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

#Properties
Show Inherited Hide Inherited

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