PivotGridGroupInterval Enum
Contains values that specify how the values of a column or row field are combined into groups.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public enum PivotGridGroupInterval
Members
Name | Description |
---|---|
NotSet
|
Unique field values are displayed as is. |
Year
|
This option is in effect only for fields that store date/time values. |
Quarter
|
This option is in effect only for fields that store date/time values. |
Month
|
This option is in effect only for fields that store date/time values. |
Related API Members
The following properties accept/return PivotGridGroupInterval values:
Remarks
The control doesn’t group the values of column and row fields by default and displays all their unique values. You can use the GroupInterval property to combine values of these fields into groups.
For instance, you can set GroupInterval to Year for a field that displays date/time values. The field combines values belonging to the same year and displays them grouped by year.