New to Telerik UI for .NET MAUIStart a free 30-day trial

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

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; }

Gets or sets the name of the property which will be visualized inside the token label.

C#
public string TextPath { get; set; }