Back to Devexpress

FilterPopupMode Enum

windowsforms-devexpress-dot-xtratreelist-18c080d5.md

latest2.4 KB
Original Source

FilterPopupMode Enum

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

Declaration

csharp
public enum FilterPopupMode
vb
Public Enum FilterPopupMode

Members

NameDescription
Default

The mode is inherited from the parent tree list. See the TreeList.OptionsFilter.ColumnFilterPopupMode property. If this property is set to Classic , the List or Date mode is enabled (depending on the data type).

| | List |

The menu contains a value list. A click on a value closes the menu.

| | CheckedList |

The menu contains a value checklist. Users can select multiple values simultaneously.

| | Date |

The menu contains a calendar with predefined date ranges. If there are no dates that fall into the specified range, the corresponding option is hidden.

| | Excel |

The menu contains two tabs: a value checklist and data-specific predefined filters.

|

The following properties accept/return FilterPopupMode values:

Remarks

The FilterPopupMode type is used to specify the TreeListColumn.OptionsFilter.FilterPopupMode property. See Pop-up Filter Menus for more information.

See Also

FilterPopupMode

Column Pop-up Filter Menus

DevExpress.XtraTreeList Namespace