Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FilterPopupMode Enum

Enumerates values that specify the pop-up filter menu style.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

#Declaration

public enum FilterPopupMode

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

See Also