TcxGridColumnStyles.Header Property
In This Article
Provides access to column header style settings.
#Declaration
Delphi
property Header: TcxStyle index isHeader read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The column header style. |
#Remarks
You can handle the OnGetHeaderStyle event to dynamically assign style options to column headers.
See Also