A newer version of this page is available.
Switch to the current version.
DateTimeGroupIntervals Enum
Lists possible DateTime group interval combinations.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v19.1.dll
Declaration
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum DateTimeGroupIntervals
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum DateTimeGroupIntervals
Members
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: |
Related API Members
The following properties accept/return DateTimeGroupIntervals values:
Remarks
The DateTimeGroupIntervals enumeration member is assigned to the PivotGridOptionsMenu.ShowDateTimeGroupIntervalItems property to specify group intervals the popup menu displays.
See Also
Feedback