Class CardContext
Represents a base class for basic and image card contexts.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CardContext : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
CardContext()
Properties
Actions
Gets or sets a collection of card actions.
Declaration
public ICollection<CardActionContext> Actions { get; set; }
Property Value
System.Collections.Generic.ICollection<CardActionContext>
|
Data
Gets or sets some custom information about the particular card context. The RadChat does not use this property anywhere, use this to carry a payload of information for your convenience.
Declaration
public object Data { get; set; }
Property Value
System.Object
|