ClassAutoCompleteTokenLabel
Class
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:
cs-api-definition
public class AutoCompleteTokenLabel : Label
Inheritance: objectAutoCompleteTokenLabel
Constructors
AutoCompleteTokenLabel()
Declaration
cs-api-definition
public AutoCompleteTokenLabel()
Fields
DisplayTextFormatterProperty
Identifies the DisplayTextFormatter property.
Declaration
cs-api-definition
public static BindableProperty DisplayTextFormatterProperty
Field Value
BindableProperty
TextPathProperty
Identifies the TextPath property.
Declaration
cs-api-definition
public static BindableProperty TextPathProperty
Field Value
BindableProperty
Properties
DisplayTextFormatter
Gets or sets the IDisplayTextFormatter of the token label.
Declaration
cs-api-definition
public IDisplayTextFormatter DisplayTextFormatter { get; set; }
Property Value