Class PickerItem
Represents a specific type of chat item that is used to pick an item from a collection of available items.
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PickerItem : ChatItem
Constructors
PickerItem()
Declaration
public PickerItem()
Fields
ContextProperty
Identifies the Context property.
Declaration
public static readonly BindableProperty ContextProperty
Field Value
Microsoft.
|
HeaderTextProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Microsoft.
|
Properties
Context
Gets or sets the context for the displayed picker item.
Declaration
public PickerContext Context { get; set; }
Property Value
HeaderText
Gets or sets the header text which is displayed over the picker item.
Declaration
public string HeaderText { get; set; }
Property Value
System.
|