TcxGridBandStyles.Header Property
Specifies the style for the band’s header.
Declaration
property Header: TcxStyle index bsHeader read; write;
Property Value
Type |
---|
TcxStyle |
Remarks
The Header property allows you to define the style (font, background color) of the band’s header. It is possible to redefine the style for a band header at runtime by handling the OnGetHeaderStyle event.
The following image shows a grid control with the first band’s header painted in coral ($00507FFF).
See Also