This is the label that will be visualized inside the tokens of RadAutoComplete.
Definition
Namespace:Telerik.Maui.Controls.AutoComplete
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class AutoCompleteTokenLabel : Label
Inheritance: objectAutoCompleteTokenLabel
Constructors
C#
public AutoCompleteTokenLabel()
Fields
DisplayTextFormatterProperty
BindableProperty
Identifies the DisplayTextFormatter property.
C#
public static BindableProperty DisplayTextFormatterProperty
TextPathProperty
BindableProperty
Identifies the TextPath property.
C#
public static BindableProperty TextPathProperty
Properties
Gets or sets the IDisplayTextFormatter of the token label.
C#
public IDisplayTextFormatter DisplayTextFormatter { get; set; }