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

TcxPivotGridSortBySummaryInfo.SummaryType Property

Specifies the type of the summary function which is calculated against the field values used to sort the corresponding column field or row field.

#Declaration

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

#Property Value

Type Default
TcxPivotGridSummaryType stSum

#Remarks

Use this property to specify the type of the summary function used to calculate grand total summary values against the field specified by the Field property. These values determine the order in which the values of the column field or row field (as specified by the Owner property) will be arranged.

Refer to the description of the TcxPivotGridField.SummaryType property for more information on how summary functions are calculated against field values.

The default value of the SummaryType property is stSum.

See Also