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

ColumnFilterPopupMode Enum

Lists values that specify the display mode of the filter dropdown for all columns within the view.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public enum ColumnFilterPopupMode

Members

Name Description
Default

Filter dropdowns of date-time columns are represented by the calendar, filter dropdowns of all other columns are represented by regular lists.

Excel

Displays an Excel style filter dropdown.

ExcelSmart

This drop-down filter is similar to the Excel drop-down filter and offers the following advantages:

Related API Members

The following properties accept/return ColumnFilterPopupMode values:

Remarks

The values listed by this enumeration are used to set the DataViewBase.ColumnFilterPopupMode property. To learn more, see Drop-down Filter.

See Also