PivotField.GroupItems(DateTime, DateTime, Int32, PivotFieldGroupByType) Method
In This Article
Performs grouping by dates in the specified interval.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
void GroupItems(
DateTime startValue,
DateTime endValue,
int interval,
PivotFieldGroupByType groupBy
)
#Parameters
Name | Type | Description |
---|---|---|
start |
Date |
A Date |
end |
Date |
A Date |
interval | Int32 | An integer that is the number of days in each group. Applicable if the grouping type is Pivot |
group |
Pivot |
A Pivot |
See Also