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

PivotSummaryInterval.EndValue Property

Gets the maximum value in the current range.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public object EndValue { get; }

Property Value

Type Description
Object

The maximum summary value in the current range.

Remarks

To obtain the minimum summary value in the current range, use the PivotSummaryInterval.StartValue property.

Use the PivotSummaryInterval.Distribution property to obtain information about the distribution of summary values across this range.

See Also