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

Represents a view which displays a attachments message in the chat, i.e. it visualizes a ChatAttachmentsMessage.

Definition

Constructors

C#
protected ChatItemView()

Fields

ItemProperty

BindableProperty

Identifies the Item property.

C#
public static readonly BindableProperty ItemProperty

Properties

Gets or sets the ChatItem associated with this view.

C#
public ChatItem Item { get; set; }