PivotSummaryValue Class
In This Article
Contains the values of the predefined summaries calculated for a specific cell.
Namespace: DevExpress.Data.PivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Related API Members
The following members return PivotSummaryValue objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Pivot |
Pivot |
|
Win |
Pivot |
WPF Controls | Pivot |
Pivot |
|
ASP. |
Pivot |
#Remarks
Use the PivotCellEventArgsBase<TField, TData, TCustomTotal>.SummaryValue and PivotGridCustomSummaryEventArgsBase<T>.SummaryValue properties to access the values of the predefined summaries for a specific cell.
See Also