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
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; }