TcxPivotGridGetTotalDisplayTextEvent Type
Declaration
TcxPivotGridGetTotalDisplayTextEvent = procedure(Sender: TcxPivotGridField; AGroupItem: TcxPivotGridGroupItem; var AText: string) of object;
Parameters
Name | Type |
---|---|
Sender | TcxPivotGridField |
AGroupItem | TcxPivotGridGroupItem |
AText | string |
See Also