windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldoptionsfilter-2f5d727d.md
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
[DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterDateTimeValuesTabFilterType PopupExcelFilterDateTimeValuesTabFilterType { get; set; }
<DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)>
<XtraSerializableProperty>
Public Overridable Property PopupExcelFilterDateTimeValuesTabFilterType As ExcelFilterDateTimeValuesTabFilterType
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to PopupExcelFilterDateTimeValuesTabFilterType |
|---|---|
| PivotGridField |
.OptionsFilter .PopupExcelFilterDateTimeValuesTabFilterType
|
See Also
PivotGridFieldOptionsFilter Class