Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTreeList.OnLayoutChanged Event

In This Article

Enables you to respond to tree list updates.

#Declaration

Delphi
property OnLayoutChanged: TNotifyEvent read; write;

#Remarks

Fires after a tree list layout has been changed (for example, the event is generated in response to node focusing, or column rearrangement).

Sender specifies the tree list.

See Also