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

Represents a specific type of chat item that is used to pick an item from a collection of available items.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class PickerItem : ChatItem

Inheritance: objectChatItemPickerItem

Inherited Members ChatItem.DataPropertyChatItem.ChatPropertyChatItem.ChatChatItem.Data

Constructors

C#
public PickerItem()

Fields

ContextProperty

BindableProperty

Identifies the Context property.

C#
public static readonly BindableProperty ContextProperty

HeaderTextProperty

BindableProperty

Identifies the HeaderText property.

C#
public static readonly BindableProperty HeaderTextProperty

Properties

Gets or sets the context for the displayed picker item.

C#
public PickerContext Context { get; set; }

Gets or sets the header text which is displayed over the picker item.

C#
public string HeaderText { get; set; }