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. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public StringComparison FilterComparisonType { get; set; }

Property Value

Type Default Description
StringComparison CurrentCultureIgnoreCase

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

See Also