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.OnColumnPosChanged Event

In This Article

Enables you to respond to end-user changes made to a column’s visibility or position within the tree list.

#Declaration

Delphi
property OnColumnPosChanged: TcxTreeListColumnChangedEvent read; write;

#Remarks

Sender specifies the tree list.

AColumn specifies the column whose visibility or position has been changed by an end-user.

Note

The OnColumnPosChanged is not fired for columns whose parent band has been hidden or made visible.

See Also