TcxGridBandedTableView.OnBandPosChanged Event
Occurs when an end-user changes the visibility or position of a band within the current View.
Declaration
property OnBandPosChanged: TcxGridBandEvent read; write;
Remarks
This event fires when an end-user moves the band or changes its visibility within the current View using the Quick Band Customization. The Sender parameter specifies the View in which a band’s position has been changed. The ABand parameter identifies the band being moved or shown/hidden.
See Also