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
[DefaultValue(ExcelFilterNumericValuesTabFilterType.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterNumericValuesTabFilterType PopupExcelFilterNumericValuesTabFilterType { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| ExcelFilterNumericValuesTabFilterType | Default | An ExcelFilterNumericValuesTabFilterType 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 (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 Type | Path to PopupExcelFilterNumericValuesTabFilterType |
|---|---|
| PivotGridField |
|
See Also

