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