Skip to main content
Row

PivotFieldGroupingInfo.EndValue Property

Gets the ending value for range grouping.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

PivotGroupingValue EndValue { get; }

Property Value

Type Description
PivotGroupingValue

A PivotGroupingValue instance containing the ending value of the range used for grouping in the current field.

See Also