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

TcxPivotGridFieldHeaderMenu.SummaryItems Property

Specifies calculation options included in the menu’s “Summary Type” submenu for data fields.

#Declaration

Delphi
property SummaryItems: TcxPivotGridSummaryTypes read; write;

#Property Value

Type
TcxPivotGridSummaryTypes

#Remarks

Each calculation option in the submenu corresponds to a TcxPivotGridSummaryType value. Refer to the TcxPivotGridSummaryType type description for details on these options.

The SummaryItems property’s default value is [stCount, stSum, stMin, stMax, stAverage].

See Also