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

Represents a message that displays attachments and text.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ChatAttachmentsMessage : ChatMessage

Inheritance: objectChatItemChatMessageChatAttachmentsMessage

Inherited Members ChatMessage.AuthorPropertyChatMessage.AuthorChatItem.DataPropertyChatItem.ChatPropertyChatItem.ChatChatItem.Data...

Constructors

C#
public ChatAttachmentsMessage()

Fields

AttachmentsProperty

BindableProperty

Identifies the Attachments property.

C#
public static readonly BindableProperty AttachmentsProperty

TextProperty

BindableProperty

Identifies the Text property.

C#
public static readonly BindableProperty TextProperty

Properties

Gets or sets the attachments displayed in the message.

C#
public IEnumerable<ChatAttachment> Attachments { get; set; }

Gets or sets the text that gets displayed in the message.

C#
public string Text { get; set; }