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

PivotGridFieldOptionsFilter.PopupExcelFilterNumericValuesTabFilterType 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 numeric data).

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

[DefaultValue(ExcelFilterNumericValuesTabFilterType.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterNumericValuesTabFilterType PopupExcelFilterNumericValuesTabFilterType { get; set; }

Property Value

Type Default Description
ExcelFilterNumericValuesTabFilterType **Default**

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

Range

The ‘Values’ tab displays a range track bar.

PivotExcelPopup_NumericValuesTabFilterType_Range

List

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

PivotExcelPopup_NumericValuesTabFilterType_List

Property Paths

You can access this nested property as listed below:

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