Back to Devexpress

FilteredItemsSourceProvider.FilterComparisonType Property

maui-devexpress-dot-maui-dot-editors-dot-filtereditemssourceprovider-3bff92ca.md

latest1.1 KB
Original Source

FilteredItemsSourceProvider.FilterComparisonType Property

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

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public StringComparison FilterComparisonType { get; set; }

Property Value

TypeDefaultDescription
StringComparisonCurrentCultureIgnoreCase

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

|

See Also

FilteredItemsSourceProvider Class

FilteredItemsSourceProvider Members

DevExpress.Maui.Editors Namespace