ClassChatItem
Class
Represents a model for a message item displayed in the chat.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class ChatItem : BindableObject
Inheritance: objectChatItem
Derived Classes:
Constructors
ChatItem()
Declaration
cs-api-definition
public ChatItem()
Fields
ChatProperty
Identifies the Chat property.
Declaration
cs-api-definition
public static readonly BindableProperty ChatProperty
Field Value
BindableProperty
DataProperty
Identifies the Data property.
Declaration
cs-api-definition
public static readonly BindableProperty DataProperty
Field Value
BindableProperty
Properties
Chat
Gets the RadChat control that owns the item.