FilterPopupMode Enum
Enumerates values that specify the pop-up filter menu style.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Members
Name | Description |
---|---|
Default
|
The mode is inherited from the parent tree list. See the TreeList.OptionsFilter.ColumnFilterPopupMode property. If this property is set to Classic, the List or Date mode is enabled (depending on the data type). |
List
|
The menu contains a value list. A click on a value closes the menu. |
CheckedList
|
The menu contains a value checklist. Users can select multiple values simultaneously. |
Date
|
The menu contains a calendar with predefined date ranges. If there are no dates that fall into the specified range, the corresponding option is hidden. |
Excel
|
The menu contains two tabs: a value checklist and data-specific predefined filters. |
Related API Members
The following properties accept/return FilterPopupMode values:
Remarks
The FilterPopupMode type is used to specify the TreeListColumn.OptionsFilter.FilterPopupMode property. See Pop-up Filter Menus for more information.