Skip to main content

TcxCustomTreeList.OnBandPosChanged Event

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

Declaration

property OnBandPosChanged: TcxTreeListBandChangedEvent read; write;

Remarks

Sender specifies the tree list.

ABand specifies the band whose visibility or position has been changed by an end-user.

Note

The OnBandPosChanged event does not fire for bands whose parent band has been hidden or made visible.

See Also