Class
ChatItem

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: ChatMessagePickerItemSuggestedActionsItemTimeBreak

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.

Declaration

cs-api-definition
public RadChat Chat { get; }

Property Value

RadChat

Data

Gets or sets some custom information about the particular item. The RadChat does not use this property anywhere, use this to carry a payload of information for your convenience.

Declaration

cs-api-definition
public object Data { get; set; }

Property Value

object