Skip to main content

FilteredItemsSourceProvider.FilterComparisonType Property

Gets or sets a value that specifies how to compare the entered text with suggestions in the collection.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public StringComparison FilterComparisonType { get; set; }

Property Value

Type Description
StringComparison

A value that specifies how to compare the entered text with suggestions in the collection.

See Also