Skip to main content

TcxTreeListStyles.ColumnHeader Property

Specifies the style settings of column headers.

Declaration

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