Enum
AutoCompleteDisplayMode

Enum used by RadAutoComplete for specifying the way in which a picked item from the SuggestionView will be visualized.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum AutoCompleteDisplayMode

Fields

Plain

The picked item is displayed as Plain Text. Only a single picked item will be visualized.

Declaration

cs-api-definition
Plain = 0

Field Value

AutoCompleteDisplayMode

Tokens

The picked item is displayed as Token box. Multiple items can be visualized.

Declaration

cs-api-definition
Tokens = 1

Field Value

AutoCompleteDisplayMode

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