PivotField.GroupItems(PivotGroupingValue, PivotGroupingValue, Double, PivotFieldGroupByType) Method
Performs field grouping using the specified grouping properties.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
void GroupItems(
PivotGroupingValue startValue,
PivotGroupingValue endValue,
double interval,
PivotFieldGroupByType groupBy
)
#Parameters
Name | Type | Description |
---|---|---|
start |
Pivot |
A Pivot |
end |
Pivot |
A Pivot |
interval | Double | A Double value that specifies the grouping interval for numeric range grouping or the number of days to group by in date range grouping. |
group |
Pivot |
A Pivot |
#Remarks
Use this method to apply grouping parameters obtained with the PivotField.GroupingInfo property of another grouped pivot field.
#Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the GroupItems(PivotGroupingValue, PivotGroupingValue, Double, PivotFieldGroupByType) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.