TcxGridTableViewStyles.OnGetHeaderStyle Event
Occurs when it is necessary to paint the Table View header.
Declaration
property OnGetHeaderStyle: TcxGridGetHeaderStyleEvent read; write;
Remarks
You can handle the OnGetHeaderStyle event to change the column header style on the fly.
The column is passed as the AColumn parameter.
The Sender parameter determines the Table View containing the column.
See Also