Skip to main content
A newer version of this page is available. .

ColumnFilterPopupMode Enum

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

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