corelibraries-devexpress-dot-data-dot-pivotgrid-ba36a18a.md
Contains the values of the predefined summaries calculated for a specific cell.
Namespace : DevExpress.Data.PivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public class PivotSummaryValue
Public Class PivotSummaryValue
The following members return PivotSummaryValue objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | PivotCellEventArgsBase<TField, TData, TCustomTotal>.SummaryValue |
| PivotGridCustomSummaryEventArgsBase<T>.SummaryValue | |
| WinForms Controls | PivotCustomDrawCellBaseEventArgs.SummaryValue |
| WPF Controls | PivotCellBaseEventArgs.SummaryValue |
| PivotCustomSummaryEventArgs.SummaryValue | |
| ASP.NET Web Forms Controls | PivotGridCellTemplateItem.SummaryValue |
Use the PivotCellEventArgsBase<TField, TData, TCustomTotal>.SummaryValue and PivotGridCustomSummaryEventArgsBase<T>.SummaryValue properties to access the values of the predefined summaries for a specific cell.
Object PivotSummaryValue
See Also