Back to Devexpress

PivotGridOptionsMenu.ShowDateTimeGroupIntervalItems Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsmenu-e2c0a36d.md

latest3.7 KB
Original Source

PivotGridOptionsMenu.ShowDateTimeGroupIntervalItems Property

Gets or sets what combination of DateTime group intervals the popup menu displays.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(DateTimeGroupIntervals.DefaultIntervals)]
[XtraSerializableProperty]
public virtual DateTimeGroupIntervals ShowDateTimeGroupIntervalItems { get; set; }
vb
<DefaultValue(DateTimeGroupIntervals.DefaultIntervals)>
<XtraSerializableProperty>
Public Overridable Property ShowDateTimeGroupIntervalItems As DateTimeGroupIntervals

Property Value

TypeDefaultDescription
DateTimeGroupIntervalsDefaultIntervals

A DateTimeGroupIntervals enumeration member that specifies a set of DateTime group intervals for display.

|

Available values:

NameDescription
None

Hides the DateTime group intervals.

| | DefaultIntervals |

Basic DateTime group intervals:

| | ExtendedIntervals |

Displays basic and additional DateTime group intervals. Additional group intervals are:

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowDateTimeGroupIntervalItems
PivotGridControl

.OptionsMenu .ShowDateTimeGroupIntervalItems

|

Remarks

If the ShowDateTimeGroupIntervalItems property is set to the DateTimeGroupIntervals.ExtendedIntervals value, the popup menu displays the More drop-down menu item which expands to show additional group intervals, as illustrated below:

See Also

PivotGridOptionsMenu Class

PivotGridOptionsMenu Members

DevExpress.XtraPivotGrid Namespace