Back to Devexpress

ExcelFilterNumericValuesTabFilterType Enum

windowsforms-devexpress-dot-xtrapivotgrid-16a787ca.md

latest2.0 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public enum ExcelFilterNumericValuesTabFilterType
vb
Public Enum ExcelFilterNumericValuesTabFilterType

Members

NameDescription
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.

|

The following properties accept/return ExcelFilterNumericValuesTabFilterType values:

Remarks

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

See Also

DevExpress.XtraPivotGrid Namespace