Skip to main content

FilterPopupMode Enum

Lists values that specify the display mode of a column’s filter dropdown.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public enum FilterPopupMode

Members

Name Description
Default

A filter dropdown is represented as a regular list of items (one item at a time can be selected).

List

A filter dropdown is represented as a checked list.

Custom

A filter dropdown is represented by a custom template assigned to the ColumnBase.CustomColumnFilterPopupTemplate property.

Date

A date-time filter dropdown with a set of predefined values.

DateAlt

A date-time filter dropdown with an alternative set of predefined values.

DateSmart

A date-time filter dropdown with a set of predefined values that is based on the column’s data.

DateCompact

A date-time filter dropdown without predefined values.

Related API Members

The following properties accept/return FilterPopupMode values:

Remarks

The values listed by this enumeration are used to set the ColumnBase.FilterPopupMode property.

See Also