Skip to main content

FilterPopupMode Enum

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public enum FilterPopupMode

#Members

Name Description
Default
List

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

CheckedList

A filter dropdown is represented as a checked list (multiple items can be selected/checked simultaneously).

Custom

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

Date
DateAlt
DateSmart
DateCompact

#Passed To

You can pass FilterPopupMode values to the ColumnBase.FilterPopupMode property.

#Remarks

The values listed by this enumeration are used to set the ColumnBase.FilterPopupMode property. To learn more, see Filtering Overview.

See Also