TcxGridBandedTableView.OnCustomDrawBandHeader Event
Occurs every time a band header in a Banded Table View is about to be drawn.
Declaration
property OnCustomDrawBandHeader: TcxGridBandCustomDrawHeaderEvent read; write;
Remarks
You can handle the OnCustomDrawBandHeader
event to implement a custom draw routine for a band header.
Sender is the View that initiated the repaint.
The ADone parameter is initially False you should set it to True to tell the grid that you have chosen to custom draw the band header.
See Also