TcxPivotGridCalculateCustomSummaryEvent Type
Declaration
TcxPivotGridCalculateCustomSummaryEvent = procedure(Sender: TcxPivotGridField; ASummary: TcxPivotGridCrossCellSummary) of object;
Parameters
Name | Type |
---|---|
Sender | TcxPivotGridField |
ASummary | TcxPivotGridCrossCellSummary |
See Also