Back to Devexpress

DateTimeGroupIntervals Enum

windowsforms-devexpress-dot-xtrapivotgrid-04c04b7d.md

latest2.7 KB
Original Source

DateTimeGroupIntervals Enum

Lists possible DateTime group interval combinations.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum DateTimeGroupIntervals
vb
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum DateTimeGroupIntervals

Members

NameDescription
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:

Remarks

The DateTimeGroupIntervals enumeration member is assigned to the PivotGridOptionsMenu.ShowDateTimeGroupIntervalItems property to specify group intervals the popup menu displays.

See Also

DevExpress.XtraPivotGrid Namespace