EnumAutoCompleteSuggestMode
Enum
Specifies the behavior of the RadAutoComplete
control when the user types in its input field.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum AutoCompleteSuggestMode
Fields
Append
Automatically completes the input text with the first matching item, without displaying the suggestion list.
Suggest
Displays a suggestion list with all matching items as the user types, without auto-completing the input.
SuggestAppend
Automatically completes the input text with the first matching item and displays a suggestion list with all matches.