TcxGridBandedTableView.OnBandSizeChanged Event
Occurs when a user changes band width.
Declaration
property OnBandSizeChanged: TcxGridBandEvent read; write;
Remarks
Handle this event to perform specific actions when a user changes the width of ABand.
The Sender parameter specifies the View whose band is being resized.
See Also