Skip to main content

TcxPivotGridCustomTotal.SummaryType Property

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

Declaration

property SummaryType: TcxPivotGridSummaryType read; write; default stSum;

Property Value

Type Default
TcxPivotGridSummaryType stSum

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