PivotGridFieldOptionsFilter.PopupExcelFilterDateTimeValuesTabFilterType Property
Gets or sets the filter control type in the Values tab of the Excel-style filter popup (if the current field contains date-time values).
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
[DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterDateTimeValuesTabFilterType PopupExcelFilterDateTimeValuesTabFilterType { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| ExcelFilterDateTimeValuesTabFilterType | Default | A ExcelFilterDateTimeValuesTabFilterType value that specifies the filter control type in the Values tab of the Excel-style filter popup. |
Available values:
| Name | Description |
|---|---|
| Default | The ‘Values’ tab displays the default filter control (Tree). |
| Tree | The ‘Values’ tab displays date-time values as a tree.
|
| List | The ‘Values’ tab displays date-time values as a list.
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to PopupExcelFilterDateTimeValuesTabFilterType |
|---|---|
| PivotGridField |
|
See Also

