Back to Devexpress

TcxGridBandedTableView.OnCustomDrawBandHeader Event

vcl-cxgridbandedtableview-dot-tcxgridbandedtableview-332d08dd.md

latest924 B
Original Source

TcxGridBandedTableView.OnCustomDrawBandHeader Event

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

TcxGridBandedTableOptionsView.BandHeaderHeight

TcxGridBandedTableView Class

TcxGridBandedTableView Members

cxGridBandedTableView Unit