Skip to main content

PivotSummaryValue Class

Contains the values of the predefined summaries calculated for a specific cell.

Namespace: DevExpress.Data.PivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

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.

Inheritance

Object
PivotSummaryValue
See Also