ASPxClientTreeList.ColumnResized Event
In This Article
Occurs after a column’s width has been changed by an end-user.
#Declaration
TypeScript
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. |
process |
Specifies whether or not to process the event on the server.
Inherited from ASPx |
#Remarks
Write a handler for the ColumnResized event to perform any custom actions on the client side in response to column resizing.
See Also