Skip to main content

TcxGridTableViewStyles.Header Property

Specifies the Table View header’s style.

Declaration

property Header: TcxStyle index vsHeader read; write;

Property Value

Type
TcxStyle

Remarks

The Header property allows you to define the style (font, background color) for the Table View header.

It is possible to change header styles on the fly by handling the OnGetHeaderStyle event.

The style of the following column headers are redefined so that they are painted in white against the blue background:

See Also