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