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

PivotCellEventArgsBase<TField, TData, TCustomTotal>.SummaryValue Property

Gets the summary value currently being processed.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public PivotSummaryValue SummaryValue { get; }

Property Value

Type Description
PivotSummaryValue

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

See Also