New to Telerik UI for .NET MAUIStart a free 30-day trial

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
In this article
DefinitionFieldsAppendSuggestSuggestAppend
Not finding the help you need?
Contact Support