TreeListOptionsFilter.ColumnFilterPopupMode Property
Gets or sets whether pop-up filter menus are displayed in the Excel or Classic style.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
[DefaultValue(ColumnFilterPopupMode.Default)]
[XtraSerializableProperty]
public ColumnFilterPopupMode ColumnFilterPopupMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| ColumnFilterPopupMode | Default | A value that specifies whether pop-up filter menus are displayed in the Excel or Classic style. |
Available values:
| 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. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ColumnFilterPopupMode |
|---|---|
| TreeList |
|
Remarks
Pop-up filter menus can be displayed in the following styles:
Excel

Classic

The Classic-style filter menu depends on a column’s data type:
- List or Checklist
Calendar for date-time columns

To specify the menu style:
- for all tree lists in the application — use the static WindowsFormsSettings.ColumnFilterPopupMode property
- for a tree list — use the
TreeList.OptionsFilter.ColumnFilterPopupModeproperty - for a column — use the TreeListColumn.OptionsFilter.FilterPopupMode property
See Pop-up Filter Menus for more information.