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.SummaryIndex Property

Determines the position of the current field within the SummaryFields collection.

#Declaration

Delphi
property SummaryIndex: Integer read;

#Property Value

Type
Integer

#Remarks

The pivot grid’s SummaryFields property provides indexed access to the fields whose values are used to calculate summary values. The SummaryIndex property specifies the position of the field within this zero-based indexed collection. A value of -1 indicates that the values of this field are not used to calculate summary values.

To access summary values calculated for a particular field from the SummaryFields collection via the corresponding cross cell, pass the value of the field’s SummaryIndex property as an index to the cross cell’s SummaryCells collection.

See Also