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

TcxPivotGridCrossCellSummary Properties

Stores all the calculated summary values for a cross cell and the settings used to calculate them.
Name Description
Average Returns the average of values.
Count Returns the number of values.
Custom Specifies a custom summary value.
DataField Provides access to the field which the summary values are calculated for.
DistinctCount Returns the number of distinct values.
Max Returns the highest value.
Min Returns the lowest value.
Owner Provides access to the cross cell which provides the data records used to calculate summary values.
Records Provides access to the indexes of the data records used to calculate summary values.
StdDev Returns the sample standard deviation of values.
StdDevP Returns the population standard deviation of values.
Sum Returns the sum of values.
SummaryVariation Specifies the difference between the current summary value displayed for a field and the previously calculated summary value.
Variance Returns the sample variance of values.
VarianceP Returns the population variance of values.
See Also