Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotFieldGroupingInfo.EndValue Property

Gets the ending value for range grouping.

Namespace: DevExpress.Spreadsheet

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

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