ColumnFilterPopupMode Enum
Enumerates values that specify the pop-up filter menu style.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
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