Class AutoCompleteTokenLabel
This is the label that will be visualized inside the tokens of Rad
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 Display
Declaration
public static BindableProperty DisplayTextFormatterProperty
Field Value
Microsoft.
|
TextPathProperty
Identifies the Text
Declaration
public static BindableProperty TextPathProperty
Field Value
Microsoft.
|
Properties
DisplayTextFormatter
Gets or sets the IDisplay
Declaration
public IDisplayTextFormatter DisplayTextFormatter { get; set; }
Property Value
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.
|