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.v17.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.

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 Filter Dropdown.

See Also