Class AutocompleteTextSearchMode
Defines constants that specify the search mode of a Autocomplete control.
Inheritance
System.Object
AutocompleteTextSearchMode
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public sealed class AutocompleteTextSearchMode : Enum
Fields
Contains
Search the item which contains the search text in the list.
Declaration
public const AutocompleteTextSearchMode Contains
Field Value
Type |
---|
AutocompleteTextSearchMode |
StartsWith
Search the item which matches the search text with the beginning of the texts in the list.
Declaration
public const AutocompleteTextSearchMode StartsWith
Field Value
Type |
---|
AutocompleteTextSearchMode |