TcxPivotGridCustomStyles.OnGetFieldHeaderStyle Event
Enables you to provide custom style settings for field headers.
Declaration
property OnGetFieldHeaderStyle: TcxPivotGridGetFieldHeaderStyleEvent read; write;
Remarks
The Sender parameter specifies the pivot grid.
The AField parameter represents the field to be drawn. For the data field anchor, the AField parameter returns nil.
The AStyle parameter represents the styles that will be applied to the field.
See Also