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