Class AutoCompleteSuggestMode
Enum used by RadAutoComplete for specifying the way the control will behave when typing in its input.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class AutoCompleteSuggestMode : Enum
Fields
Append
When typing in the input, the text will be auto-completed with the first match without displaying a SuggestionView.
Declaration
public const AutoCompleteSuggestMode Append
Field Value
AutoCompleteSuggestMode
|
Suggest
When typing in the input, the text will a SuggestionView containing all the matching items will be displayed.
Declaration
public const AutoCompleteSuggestMode Suggest
Field Value
AutoCompleteSuggestMode
|
SuggestAppend
When typing in the input, the text will be auto-completed with the first match and a SuggestionView will be displayed.
Declaration
public const AutoCompleteSuggestMode SuggestAppend
Field Value
AutoCompleteSuggestMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|