Back to Devexpress

TcxPivotGridCustomTotal.SummaryType Property

vcl-cxcustompivotgrid-dot-tcxpivotgridcustomtotal.md

latest1.2 KB
Original Source

TcxPivotGridCustomTotal.SummaryType Property

Specifies the type of the summary function used to calculate the current custom total.

Declaration

delphi
property SummaryType: TcxPivotGridSummaryType read; write; default stSum;

Property Value

TypeDefault
TcxPivotGridSummaryTypestSum

Remarks

The ExpressPivotGrid calculates custom totals against data fields using a number of summary functions. The type of the summary function for each custom total is determined by its SummaryType property. Refer to the TcxPivotGridSummaryType type description for details on available functions and the data field values they support.

The default value of the SummaryType property is stSum.

See Also

TcxPivotGridCustomTotal Class

TcxPivotGridCustomTotal Members

cxCustomPivotGrid Unit