Skip to main content
A newer version of this page is available. .

DateTimeGroupIntervals Enum

Lists possible DateTime group interval combinations.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

[ResourceFinder(typeof(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