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.v21.1.Core.dll

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public class PivotSummaryValue

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