PivotGroupingValue Class
Contains data used to specify starting and ending values for the range grouping.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
The following members return PivotGroupingValue objects:
Remarks
An instance of the PivotGroupingValue class is the property value of the following properties:
- PivotFieldGroupingInfo.DefaultStartValue
- PivotFieldGroupingInfo.StartValue
- PivotFieldGroupingInfo.DefaultEndValue
- PivotFieldGroupingInfo.EndValue
The PivotField.GroupItems method accepts the PivotGroupingValue instances as parameters.
Inheritance
Object
PivotGroupingValue
See Also