New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a model for a message item displayed in the chat that has a certain author.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ChatMessage : ChatItem

Inheritance: objectChatItemChatMessage

Derived Classes: ChatAttachmentsMessageTextMessage

Inherited Members ChatItem.DataPropertyChatItem.ChatPropertyChatItem.ChatChatItem.Data

Constructors

C#
public ChatMessage()

Fields

AuthorProperty

BindableProperty

Identifies the Author property.

C#
public static readonly BindableProperty AuthorProperty

Properties

Gets or sets the author of the particular message.

C#
public Author Author { get; set; }