Class AutoCompleteCompletionMode
Enum used by RadAutoComplete for specifying the way the control will filter its ItemsSource when typing in its input. The matching items to the filter will be displayed in a SuggestionView if the RadAutoComplete.AutoCompleteSuggestMode is Append or SuggestAppend.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class AutoCompleteCompletionMode : Enum
Fields
Contains
Filters the items that contain the text typed in the input area.
Declaration
public const AutoCompleteCompletionMode Contains
Field Value
AutoCompleteCompletionMode
|
StartsWith
Filters the items that start with the text typed in the input area.
Declaration
public const AutoCompleteCompletionMode StartsWith
Field Value
AutoCompleteCompletionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|