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

PivotGridFieldOptionsFilter.PopupExcelFilterDateTimeValuesTabFilterType Property

Gets or sets the type of filtering UI used to create filters in the Values tab in the Excel-style filter popup (if the current field contains date-time values).

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

[DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterDateTimeValuesTabFilterType PopupExcelFilterDateTimeValuesTabFilterType { get; set; }

Property Value

Type Default Description
ExcelFilterDateTimeValuesTabFilterType **Default**

A ExcelFilterDateTimeValuesTabFilterType value that specifies the type of filtering UI used to create filters in the Values tab in the Excel-style filter popup.

Available values:

Name Description
Default

The ‘Values’ tab displays a default filtering UI (Tree).

Tree

The ‘Values’ tab displays date-time values as a tree.

PivotExcelPopup_DateTimeValuesTabFilterType_Tree

List

The ‘Values’ tab displays date-time values as a list.

PivotExcelPopup_DateTimeValuesTabFilterType_List

Property Paths

You can access this nested property as listed below:

Object Type Path to PopupExcelFilterDateTimeValuesTabFilterType
PivotGridField
.OptionsFilter.PopupExcelFilterDateTimeValuesTabFilterType
See Also