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

Represents a view which displays a list of attachments in the chat, specifically visualizes the Attachments.

Definition

Constructors

Initializes a new instance of the class.

C#
public ChatMessageAttachmentsListView()

Fields

AttachmentStyleProperty

BindableProperty

Identifies the AttachmentStyle property.

C#
public static readonly BindableProperty AttachmentStyleProperty

Identifies the DownloadAllButtonStyle property.

C#
public static readonly BindableProperty DownloadAllButtonStyleProperty

ItemProperty

BindableProperty

Identifies the property.

C#
public static readonly BindableProperty ItemProperty

Properties

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.

C#
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.

C#
public Style DownloadAllButtonStyle { get; set; }

Gets or sets the ChatAttachmentsMessage whose attachments this view will represent.

C#
public ChatAttachmentsMessage Item { get; set; }