windowsforms-devexpress-dot-xtratreelist-3ffe7ed3.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 ColumnFilterPopupMode
Public Enum ColumnFilterPopupMode
| 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.
|
The following properties accept/return ColumnFilterPopupMode values:
The ColumnFilterPopupMode type is used to specify the TreeList.OptionsFilter.ColumnFilterPopupMode property. See Pop-up Filter Menus for more information.
See Also