Skip to main content

PivotSummaryInterval.EndValue Property

Gets the maximum value in the current range.

Namespace: DevExpress.XtraPivotGrid

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

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

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