Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridBandedTableView.OnCustomDrawBandHeader Event

In This Article

Occurs every time a band header in a Banded Table View is about to be drawn.

#Declaration

Delphi
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