Skip to main content

PivotCellEventArgsBase<TField, TData, TCustomTotal>.SummaryValue Property

Gets the summary value currently being processed.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public PivotSummaryValue SummaryValue { get; }

Property Value

Type Description
PivotSummaryValue

A PivotSummaryValue object that is the summary value currently being processed.

See Also