Skip to main content

TcxGridColumnStyles.Header Property

Determines the appearance of the column header.

Declaration

property Header: TcxStyle index isHeader read; write;

Property Value

Type
TcxStyle

Remarks

Use the View’s Styles.Header property to specify the appearance of the column header panel.

Handle the OnGetHeaderStyle event to dynamically assign style options to column headers.

See Also