PivotCellBaseEventArgs.SummaryValue Property
In This Article
Gets the summary value currently being processed.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotSummaryValue SummaryValue { get; }
#Property Value
Type | Description |
---|---|
Pivot |
The summary value currently being processed. |
See Also