TcxGridBandedTableView.OnBandSizeChanged Event
In This Article
Occurs when a user changes band width.
#Declaration
Delphi
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