Skip to main content

ASPxClientTreeList.ColumnResized Event

Occurs after a column’s width has been changed by an end-user.

Declaration

ColumnResized: ASPxClientEvent<ASPxClientTreeListColumnResizedEventHandler<ASPxClientTreeList>>

Event Data

The ColumnResized event's data class is ASPxClientTreeListColumnResizedEventArgs. The following properties provide information specific to this event:

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

Remarks

Write a handler for the ColumnResized event to perform any custom actions on the client side in response to column resizing.

See Also