TcxPivotGridCalculateCustomSummaryEvent Type
In This Article
#Declaration
Delphi
TcxPivotGridCalculateCustomSummaryEvent = procedure(Sender: TcxPivotGridField; ASummary: TcxPivotGridCrossCellSummary) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
ASummary | Tcx |
See Also