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

PivotCellBaseEventArgs.SummaryValue Property

Gets the summary value currently being processed.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v21.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public PivotSummaryValue SummaryValue { get; }

Property Value

Type Description
PivotSummaryValue

The summary value currently being processed.

See Also