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

TcxCustomPivotGrid.SummaryFields Property

Provides access to a collection of fields whose values are involved in summary calculations.

#Declaration

Delphi
property SummaryFields: TcxPivotGridFields read;

#Property Value

Type
TcxPivotGridFields

#Remarks

The SummaryFields collection contains fields, which are located in the data header area. The values of those fields are used to calculate summaries for the data cells.

See Also