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

TcxGridTableViewStyles.Header Property

Specifies the Table View header’s style.

#Declaration

Delphi
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