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