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:
public class ChatMessageAttachmentActionsView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewChatMessageAttachmentActionsView
Implements:
Inherited Members
Constructors
Initializes a new instance of the class.
public ChatMessageAttachmentActionsView()
Fields
AttachmentProperty
BindableProperty
Identifies the Attachment property.
public static readonly BindableProperty AttachmentProperty
MenuButtonStyleProperty
BindableProperty
Identifies the MenuButtonStyle property.
public static readonly BindableProperty MenuButtonStyleProperty
Properties
Gets or sets the ChatAttachment for which this view will represent actions.
public ChatAttachment Attachment { get; set; }
MenuButtonStyle
Style
Gets or sets the custom style applied to the menu button that opens the attachment actions popup. The target type of the style must be RadDropDownButton. The actual style that is applied is a merger of the custom MenuButtonStyle and the default style.
public Style MenuButtonStyle { get; set; }
Methods
protected override void OnApplyTemplate()
Overrides: