Class PickerItem
Namespace: Telerik.XamarinForms.ConversationalUI
Assembly: Telerik.XamarinForms.ConversationalUI.dll
Syntax
public class PickerItem : ChatItem
Constructors
PickerItem()
Declaration
public PickerItem()
Fields
ContextProperty
Declaration
public static readonly BindableProperty ContextProperty
Field Value
Xamarin.Forms.BindableProperty
|
HeaderTextProperty
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Context
HeaderText
Declaration
public string HeaderText { get; set; }
Property Value
System.String
|