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

TcxPivotGridField.SummaryType Property

Specifies the type of the summary function which is calculated against the current field’s values.

#Declaration

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

#Property Value

Type Default
TcxPivotGridSummaryType stSum

#Remarks

The ExpressPivotGrid calculates summaries against data fields. The type of the summary function is determined by the field’s 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