Skip to main content

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

public enum ExcelFilterNumericValuesTabFilterType

Members

Name Description
Default

The ‘Values’ tab displays the default filter control (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

Related API Members

The following properties accept/return ExcelFilterNumericValuesTabFilterType values:

Remarks

Values listed in this enumeration specify the PivotGridFieldOptionsFilter.PopupExcelFilterNumericValuesTabFilterType property.

See Also