Class ChatMessage
Represents a model for a message item displayed in the chat that has a certain author.
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ChatMessage : ChatItem
Constructors
ChatMessage()
Declaration
public ChatMessage()
Fields
AuthorProperty
Identifies the Author property.
Declaration
public static readonly BindableProperty AuthorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Author
Gets or sets the author of the particular message.
Declaration
public Author Author { get; set; }
Property Value
Author
|