ClassChatMessageAttachmentsListView
Class
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:
Inherited Members
Constructors
ChatMessageAttachmentsListView()
Declaration
cs-api-definition
public ChatMessageAttachmentsListView()
Fields
ItemProperty
Identifies the property.
Declaration
cs-api-definition
public static readonly BindableProperty ItemProperty
Field Value
BindableProperty
Properties
Item
Gets or sets the ChatAttachmentsMessage whose attachments this view will represent.
Declaration
cs-api-definition
public ChatAttachmentsMessage Item { get; set; }
Property Value