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

TcxTreeListStyles.ColumnHeader Property

Specifies the style settings of column headers.

#Declaration

Delphi
property ColumnHeader: TcxStyle index tlsv_ColumnHeader read; write;

#Property Value

Type
TcxStyle

#Remarks

Use this property to define the style settings common to all column headers within the TreeList control. You can override these settings at the column level via the Header property of the desired columns.

Also, it is possible to override these settings on the fly by handling the OnGetColumnHeaderStyle event.

Additionally, you can specify the style settings for column footer cells using the ColumnFooter property.

See Also