CardContext
Class
Represents a base class for basic and image card contexts.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class CardContext : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseCardContext
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the CardContext class.
C#
public CardContext()
Properties
Gets or sets a collection of card actions.
C#
public ICollection<CardActionContext> Actions { get; set; }