Represents a view which displays a list of attachments in the chat, specifically visualizes the Attachments.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ChatMessageAttachmentsListView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewChatMessageAttachmentsListView
Implements:
Inherited Members
Constructors
Initializes a new instance of the class.
public ChatMessageAttachmentsListView()
Fields
AttachmentStyleProperty
BindableProperty
Identifies the AttachmentStyle property.
public static readonly BindableProperty AttachmentStyleProperty
DownloadAllButtonStyleProperty
BindableProperty
Identifies the DownloadAllButtonStyle property.
public static readonly BindableProperty DownloadAllButtonStyleProperty
ItemProperty
BindableProperty
Identifies the property.
public static readonly BindableProperty ItemProperty
Properties
AttachmentStyle
Style
Gets or sets the style of the image (the avatar's icon) of the attachments message. The actual style that is applied is a merger of the custom AttachmentStyle and the default style.
public Style AttachmentStyle { get; set; }
Gets or sets the style of the download-all-attachments button. The actual style that is applied is a merger of the custom DownloadAllButtonStyle and the default style.
public Style DownloadAllButtonStyle { get; set; }
Gets or sets the ChatAttachmentsMessage whose attachments this view will represent.
public ChatAttachmentsMessage Item { get; set; }