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

ColumnFilterPopupMode 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 ColumnFilterPopupMode

#Members

Name Description
Default

Inherites the WindowsFormsSettings.ColumnFilterPopupMode property value.

Excel

Menu contains two tabs: a value checklist and data-specific predefined filters.

Classic

Menu contains a value list or a calendar depending on the data type.

#Related API Members

The following properties accept/return ColumnFilterPopupMode values:

#Remarks

The ColumnFilterPopupMode type is used to specify the TreeList.OptionsFilter.ColumnFilterPopupMode property. See Pop-up Filter Menus for more information.

See Also