BasicCardContext
Class
Represents a context that holds information about a basic card displayed in the chat.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class BasicCardContext : CardContext, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseCardContextBasicCardContext
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public BasicCardContext()
Properties
Gets or sets the description of the card message.
C#
public string Description { get; set; }
Gets or sets the subtitle of the card message.
C#
public string Subtitle { get; set; }