Skip to main content
A newer version of this page is available. .

PivotSummaryValue Class

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

Namespace: DevExpress.Data.PivotGrid

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

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 Controls and MVC Extensions 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