ExcelFilterNumericValuesTabFilterType Enum
Lists filter control types that can appear in the Values tab of the Excel-style filter popup (if the current field contains numeric data).
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v25.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Members
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. |
Related API Members
The following properties accept/return ExcelFilterNumericValuesTabFilterType values:
Remarks
Values listed in this enumeration specify the PivotGridFieldOptionsFilter.PopupExcelFilterNumericValuesTabFilterType property.
See Also