Skip to main content

ExcelFilterNumericValuesTabFilterType Enum

Lists values that specify 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.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public enum ExcelFilterNumericValuesTabFilterType

Members

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

Related API Members

The following properties accept/return ExcelFilterNumericValuesTabFilterType values:

Remarks

Values listed in this enumeration are used to set the PivotGridFieldOptionsFilter.PopupExcelFilterNumericValuesTabFilterType property.

See Also