Back to Devexpress

TcxPivotGridCustomStyles.OnGetFieldHeaderStyle Event

vcl-cxcustompivotgrid-dot-tcxpivotgridcustomstyles-129b02ef.md

latest1.1 KB
Original Source

TcxPivotGridCustomStyles.OnGetFieldHeaderStyle Event

Enables you to provide custom style settings for field headers.

Declaration

delphi
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

TcxPivotGridCustomStyles.GetFieldHeaderParams

TcxPivotGridCustomStyles Class

TcxPivotGridCustomStyles Members

cxCustomPivotGrid Unit