TcxPivotGridCustomStyles.OnGetColumnHeaderStyle Event
Enables you to provide custom style settings for column field values.
Declaration
property OnGetColumnHeaderStyle: TcxPivotGridGetHeaderItemStyleEvent read; write;
Remarks
The Sender parameter specifies the pivot grid.
The AItem parameter represents the column field value to be drawn.
The AStyle parameter represents the styles that will be applied to the column field value.
See Also