ClassChatAttachmentsMessage
Class
Represents a message that displays attachments and text.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class ChatAttachmentsMessage : ChatMessage
Inheritance: objectChatItemChatMessageChatAttachmentsMessage
Inherited Members
Constructors
ChatAttachmentsMessage()
Declaration
cs-api-definition
public ChatAttachmentsMessage()
Fields
AttachmentsProperty
Identifies the Attachments property.
Declaration
cs-api-definition
public static readonly BindableProperty AttachmentsProperty
Field Value
BindableProperty
TextProperty
Identifies the Text property.
Declaration
cs-api-definition
public static readonly BindableProperty TextProperty
Field Value
BindableProperty
Properties
Attachments
Gets or sets the attachments displayed in the message.
Declaration
cs-api-definition
public IEnumerable<ChatAttachment> Attachments { get; set; }
Property Value