windowsforms-devexpress-dot-xtrapivotgrid-04c04b7d.md
Lists possible DateTime group interval combinations.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum DateTimeGroupIntervals
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum DateTimeGroupIntervals
| Name | Description |
|---|---|
None |
Hides the DateTime group intervals.
|
| DefaultIntervals |
Basic DateTime group intervals:
|
| ExtendedIntervals |
Displays basic and additional DateTime group intervals. Additional group intervals are:
|
The following properties accept/return DateTimeGroupIntervals values:
The DateTimeGroupIntervals enumeration member is assigned to the PivotGridOptionsMenu.ShowDateTimeGroupIntervalItems property to specify group intervals the popup menu displays.
See Also