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

In This Article

Enables you to respond to column header clicks.

#Declaration

Delphi
property OnColumnHeaderClick: TcxTreeListColumnChangedEvent read; write;

#Remarks

Since sorting is performed by end-users via header clicks, use this event to disable sorting in this manner.

Sender specifies the tree list.

AColumn specifies the column whose header has been clicked.

See Also