windowsforms-devexpress-dot-xtratreelist-18c080d5.md
Enumerates values that specify the pop-up filter menu style.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public enum FilterPopupMode
Public Enum FilterPopupMode
| 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.
|
The following properties accept/return FilterPopupMode values:
The FilterPopupMode type is used to specify the TreeListColumn.OptionsFilter.FilterPopupMode property. See Pop-up Filter Menus for more information.
See Also