PivotSummaryInterval.StartValue Property
Gets the minimum value in the current range.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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