Back to Devexpress

PivotGridFieldOptionsFilter.PopupExcelFilterNumericValuesTabFilterType Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldoptionsfilter-50286fd7.md

latest2.9 KB
Original Source

PivotGridFieldOptionsFilter.PopupExcelFilterNumericValuesTabFilterType Property

Gets or sets the filter control type in the Values tab of the Excel-style filter popup (if the current field contains numeric data).

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDefaultDescription
ExcelFilterNumericValuesTabFilterTypeDefault

An ExcelFilterNumericValuesTabFilterType 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 (Range).

| | Range |

The ‘Values’ tab displays a range track bar.

| | List |

The ‘Values’ tab displays numeric values as a list.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PopupExcelFilterNumericValuesTabFilterType
PivotGridField

.OptionsFilter .PopupExcelFilterNumericValuesTabFilterType

|

See Also

PivotGridFieldOptionsFilter Class

PivotGridFieldOptionsFilter Members

DevExpress.XtraPivotGrid Namespace