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:
C#
public enum AutoCompleteSuggestMode
Fields
Automatically completes the input text with the first matching item, without displaying the suggestion list.
C#
Append = 0
Displays a suggestion list with all matching items as the user types, without auto-completing the input.
C#
Suggest = 1
Automatically completes the input text with the first matching item and displays a suggestion list with all matches.
C#
SuggestAppend = 2