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

TcxPivotGridCrossCell.CalculateSummaries Method

In This Article

Calculates summary values for the current cross cell.

#Declaration

Delphi
procedure CalculateSummaries;

#Remarks

This method is called automatically when it’s necessary to calculate summary values using the records associated with the current cross cell. The calculated summary values can be accessed via the SummaryCells zero-based indexed collection.

This method is for internal use only.

See Also