Class BasicCardContext
Represents a context that holds information about a basic card displayed in the chat.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class BasicCardContext : CardContext, INotifyPropertyChanged
Constructors
BasicCardContext()
Declaration
public BasicCardContext()
Properties
Description
Gets or sets the description of the card message.
Declaration
public string Description { get; set; }
Property Value
System.String
|
Subtitle
Gets or sets the subtitle of the card message.
Declaration
public string Subtitle { get; set; }
Property Value
System.String
|
Title
Gets or sets the title of the card message.
Declaration
public string Title { get; set; }
Property Value
System.String
|