Skip to main content

PivotSummaryInterval.StartValue Property

Gets the minimum 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 StartValue { get; }

Property Value

Type Description
Object

The minimum summary value in the current range.

Remarks

To obtain the maximum summary value in the current range, use the PivotSummaryInterval.EndValue property.

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

See Also