Back to Devexpress

PivotGridControl.ShowDateTimeGroupIntervalItems Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-99ceccd6.md

latest3.1 KB
Original Source

PivotGridControl.ShowDateTimeGroupIntervalItems Property

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

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public DateTimeGroupIntervals ShowDateTimeGroupIntervalItems { get; set; }
vb
Public Property ShowDateTimeGroupIntervalItems As DateTimeGroupIntervals

Property Value

TypeDescription
DateTimeGroupIntervals

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:

|

Remarks

If the ShowDateTimeGroupIntervalItems property is set to ExtendedIntervals, the popup menu displays the More drop-down menu item that contains additional group intervals, as illustrated below:

You can use the PivotGridField.ShowGroupIntervalName property to specify whether to display the group interval’s name within the data field‘s header.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace