Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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