Back to Devexpress

PivotGridFieldOptionsFilter.PopupExcelFilterDateTimeValuesTabFilterType Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldoptionsfilter-2f5d727d.md

latest3.0 KB
Original Source

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

csharp
[DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterDateTimeValuesTabFilterType PopupExcelFilterDateTimeValuesTabFilterType { get; set; }
vb
<DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)>
<XtraSerializableProperty>
Public Overridable Property PopupExcelFilterDateTimeValuesTabFilterType As ExcelFilterDateTimeValuesTabFilterType

Property Value

TypeDefaultDescription
ExcelFilterDateTimeValuesTabFilterTypeDefault

A ExcelFilterDateTimeValuesTabFilterType value that specifies the filter control type in the Values tab of the Excel-style filter popup.

|

Available values:

NameDescription
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 TypePath to PopupExcelFilterDateTimeValuesTabFilterType
PivotGridField

.OptionsFilter .PopupExcelFilterDateTimeValuesTabFilterType

|

See Also

PivotGridFieldOptionsFilter Class

PivotGridFieldOptionsFilter Members

DevExpress.XtraPivotGrid Namespace