Enum
AutoCompleteSuggestMode

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.

Declaration

cs-api-definition
Append = 0

Field Value

AutoCompleteSuggestMode

Suggest

Displays a suggestion list with all matching items as the user types, without auto-completing the input.

Declaration

cs-api-definition
Suggest = 1

Field Value

AutoCompleteSuggestMode

SuggestAppend

Automatically completes the input text with the first matching item and displays a suggestion list with all matches.

Declaration

cs-api-definition
SuggestAppend = 2

Field Value

AutoCompleteSuggestMode

In this article
DefinitionFieldsAppendSuggestSuggestAppend
Not finding the help you need?
Contact Support