PivotGridControl.ShowDateTimeGroupIntervalItems Property
Gets or sets what combination of DateTime group intervals the popup menu displays.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public DateTimeGroupIntervals ShowDateTimeGroupIntervalItems { get; set; }
#Property Value
Type | Description |
---|---|
Date |
A Date |
Available values:
Name | Description |
---|---|
None | Hides the Date |
Default |
Basic Date |
Extended |
Displays basic and additional Date |
#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.