TcxCustomTreeList.OnBandHeaderClick Event
In This Article
Enables you to respond to band header clicks.
#Declaration
Delphi
property OnBandHeaderClick: TcxTreeListBandChangedEvent read; write;
#Remarks
Sender specifies the tree list.
ABand specifies the band whose header has been clicked.
See Also