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

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

Constructors

Initializes a new instance of the class.

C#
public ChatMessageAttachmentActionsView()

Fields

AttachmentProperty

BindableProperty

Identifies the Attachment property.

C#
public static readonly BindableProperty AttachmentProperty

MenuButtonStyleProperty

BindableProperty

Identifies the MenuButtonStyle property.

C#
public static readonly BindableProperty MenuButtonStyleProperty

Properties

Gets or sets the ChatAttachment for which this view will represent actions.

C#
public ChatAttachment Attachment { get; set; }

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.

C#
public Style MenuButtonStyle { get; set; }

Methods

C#
protected override void OnApplyTemplate()

Overrides: RadCompositeContentView.OnApplyTemplate()