ASPxClientTreeListColumnResizedEventArgs Members
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
| 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