TcxGridBandedTableViewStyles.BandHeader Property
Specifies the style for band headers.
Declaration
property BandHeader: TcxStyle index vsBandHeader read; write;
Property Value
Type |
---|
TcxStyle |
Remarks
The BandHeader property allows you to define the style (font settings and the background color) of all band headers for the Banded Table View. It is possible to redefine the style for a specific band header by handling the OnGetBandHeaderStyle event or by changing the band’s Styles.Header property.
See Also