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

FilterMode Enum

Lists values that specify comparison operators used to filter combo box items.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public enum FilterMode

Members

Name Description
StartsWith

Data items should start with the entered text.

EndsWith

Data items should end with the entered text.

Contains

Data items should contain the entered text.

Related API Members

The following properties accept/return FilterMode values:

See Also