ClassPickerItem
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:
cs-api-definition
public class PickerItem : ChatItem
Inheritance: objectChatItemPickerItem
Inherited Members
Constructors
PickerItem()
Declaration
cs-api-definition
public PickerItem()
Fields
ContextProperty
Identifies the Context property.
Declaration
cs-api-definition
public static readonly BindableProperty ContextProperty
Field Value
BindableProperty
HeaderTextProperty
Identifies the HeaderText property.
Declaration
cs-api-definition
public static readonly BindableProperty HeaderTextProperty
Field Value
BindableProperty
Properties
Context
Gets or sets the context for the displayed picker item.
Declaration
cs-api-definition
public PickerContext Context { get; set; }
Property Value
HeaderText
Gets or sets the header text which is displayed over the picker item.