Class AutoCompleteTokenLabel
This is the label that will be visualized inside the tokens of RadAutoComplete.
Inheritance
System.Object
AutoCompleteTokenLabel
Namespace: Telerik.Maui.Controls.AutoComplete
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AutoCompleteTokenLabel : Label
Constructors
AutoCompleteTokenLabel()
Declaration
public AutoCompleteTokenLabel()
Fields
DisplayTextFormatterProperty
Identifies the DisplayTextFormatter property.
Declaration
public static BindableProperty DisplayTextFormatterProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextPathProperty
Identifies the TextPath property.
Declaration
public static BindableProperty TextPathProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
DisplayTextFormatter
Gets or sets the IDisplayTextFormatter of the token label.
Declaration
public IDisplayTextFormatter DisplayTextFormatter { get; set; }
Property Value
IDisplayTextFormatter
|
TextPath
Gets or sets the name of the property which will be visualized inside the token label.
Declaration
public string TextPath { get; set; }
Property Value
System.String
|