Back to Devexpress

FilteredItemsSourceProvider.FilterMode Property

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-dot-filtereditemssourceprovider.md

latest1.3 KB
Original Source

FilteredItemsSourceProvider.FilterMode Property

Gets or sets the operator (starts with, contains, etc.) used to compare suggestions in the collection with the entered text.

Namespace : DevExpress.XamarinForms.Editors

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.Editors

Declaration

csharp
public FilterMode FilterMode { get; set; }

Property Value

TypeDescription
FilterMode

A value that specifies a comparison operator.

|

Available values:

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.

|

See Also

FilteredItemsSourceProvider Class

FilteredItemsSourceProvider Members

DevExpress.XamarinForms.Editors Namespace