TcxPivotGridGetContentStyleEvent Type
Declaration
TcxPivotGridGetContentStyleEvent = procedure(Sender: TcxCustomPivotGrid; ACell: TcxPivotGridDataCellViewInfo; var AStyle: TcxStyle) of object;
Parameters
Name | Type |
---|---|
Sender | TcxCustomPivotGrid |
ACell | TcxPivotGridDataCellViewInfo |
AStyle | TcxStyle |
See Also