TcxPivotGridCustomStyles.OnGetContentStyle Event
Enables you to customize style settings for data cells.
Declaration
property OnGetContentStyle: TcxPivotGridGetContentStyleEvent read; write;
Remarks
The Sender parameter specifies the pivot grid.
The ACell parameter references a ViewInfo object that identifies the data cell to be drawn.
The AStyle parameter represents the styles that will be applied to the data cell.
See Also