Class ChatItem
Inheritance
System.Object
ChatItem
Namespace: Telerik.XamarinForms.ConversationalUI
Assembly: Telerik.XamarinForms.ConversationalUI.dll
Syntax
public class ChatItem : BindableObject
Constructors
ChatItem()
Declaration
public ChatItem()
Fields
ChatProperty
Declaration
public static readonly BindableProperty ChatProperty
Field Value
Xamarin.Forms.BindableProperty
|
DataProperty
Declaration
public static readonly BindableProperty DataProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Chat
Data
Declaration
public object Data { get; set; }
Property Value
System.Object
|