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

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:

C#
public enum AutoCompleteDisplayMode

Fields

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

C#
Plain = 0

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

C#
Tokens = 1
In this article
DefinitionFieldsPlainTokens
Not finding the help you need?
Contact Support