ClassChatMessageAttachmentActionsView
Class
Represents a view which displays the actions that can be done upon an attachment in the chat messages, specifically visualizes the ChatAttachment inside the ChatMessageAttachmentView.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class ChatMessageAttachmentActionsView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewChatMessageAttachmentActionsView
Implements:
Inherited Members
Constructors
ChatMessageAttachmentActionsView()
Initializes a new instance of the class.
Declaration
cs-api-definition
public ChatMessageAttachmentActionsView()
Fields
AttachmentProperty
Identifies the Attachment property.
Declaration
cs-api-definition
public static readonly BindableProperty AttachmentProperty
Field Value
BindableProperty
Properties
Attachment
Gets or sets the ChatAttachment for which this view will represent actions.
Declaration
cs-api-definition
public ChatAttachment Attachment { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
cs-api-definition
protected override void OnApplyTemplate()
Overrides