Back to Devexpress

FilterMode Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-0ed6a28a.md

latest1.5 KB
Original Source

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

csharp
public enum FilterMode

Members

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

|

The following properties accept/return FilterMode values:

See Also

DevExpress.XamarinForms.Editors Namespace