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 Methods
Show Inherited Hide Inherited

Stores all the calculated summary values for a cross cell and the settings used to calculate them.
Name Description
Clear Clears all the calculated summary values.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetPrevCell(TcxPivotGridCrossCellSummary) Returns the object that contains the summary values calculated for the cell in the column that precedes the column of a particular cell and corresponds to the same field.
GetSummaryByType(TcxPivotGridSummaryType) Returns the summary value calculated using the specific summary function.
GetSummaryValue(TcxPivotGridSummaryType)
GetValue(Integer) Returns the field value at the specified drilldown data record.
ToString Inherited from TObject.
See Also