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

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.v19.2.dll

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:

Library Object Type Path to ColumnFilterPopupMode
WinForms Controls GanttControl
.OptionsFilter.ColumnFilterPopupMode
ResourcesTree
.OptionsFilter.ColumnFilterPopupMode
TreeList
.OptionsFilter.ColumnFilterPopupMode
Reporting XRDesignFieldList
.OptionsFilter.ColumnFilterPopupMode
XRDesignReportExplorer
.OptionsFilter.ColumnFilterPopupMode

Remarks

Pop-up filter menus can be displayed in the following styles:

  • Excel

    TreeList_PopupFilterMenu_Excel

  • Classic

    TreeList_PopupFilterMenu_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:

See Pop-up Filter Menus for more information.

See Also