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

TdxSpreadSheetStyles.Header Property

Specifies the Styles settings for the standard headers displayed within a Table View worksheet.

#Declaration

Delphi
property Header: TcxStyle index ssvsHeader read; write;

#Property Value

Type
TcxStyle

#Remarks

Use this property set to assign the custom background and font settings for both horizontal and vertical headers in all worksheets in the Spreadsheet Control.

The definition of all properties within the Header property set are listed in the table below:

TcxStyle property

Description

Header.AssignedValues

The AssignedValues flags are set automatically when you specify Header.Bitmap, Header.Color, Header.Font, and/or Header.TextColor values.

Header.Bitmap

This property value is ignored.

Header.Color

Specifies the background color of the headers area.

If the LookAndFeel.NativeStyle property is set to True or any skin is applied, the Header.Color property value is ignored.

Header.Font

Specifies the font settings for the reference text within the headers. Note that the Header.Font.Color value is ignored, the reference text color is specified by the Header.TextColor property instead.

Header.TextColor

Specifies the font color for the reference text within the headers.

If the LookAndFeel.NativeStyle property is set to True, the Header.TextColor property value is ignored.

See Also