Class
ChatMessageAttachmentsListView

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:

cs-api-definition
public class ChatMessageAttachmentsListView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewChatMessageAttachmentsListView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

ChatMessageAttachmentsListView()

Initializes a new instance of the class.

Declaration

cs-api-definition
public ChatMessageAttachmentsListView()

Fields

AttachmentStyleProperty

Identifies the AttachmentStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty AttachmentStyleProperty

Field Value

BindableProperty

DownloadAllButtonStyleProperty

Identifies the DownloadAllButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty DownloadAllButtonStyleProperty

Field Value

BindableProperty

ItemProperty

Identifies the property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemProperty

Field Value

BindableProperty

Properties

AttachmentStyle

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.

Declaration

cs-api-definition
public Style AttachmentStyle { get; set; }

Property Value

Style

DownloadAllButtonStyle

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.

Declaration

cs-api-definition
public Style DownloadAllButtonStyle { get; set; }

Property Value

Style

Item

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

Declaration

cs-api-definition
public ChatAttachmentsMessage Item { get; set; }

Property Value

ChatAttachmentsMessage