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

ColumnFilterMode Enum

Lists values that specify how column values are filtered.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public enum ColumnFilterMode

Members

Name Description
Value

Cell values are filtered by their values.

DisplayText

Cell values are filtered by their display text.

Related API Members

The following properties accept/return ColumnFilterMode values:

Remarks

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

See Also