CardActionContext
Class
Represents the context of a particular action held by a card message.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class CardActionContext : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseCardActionContext
Implements:
Inherited Members
Constructors
C#
public CardActionContext()
Properties
Gets or sets the command executed when the card action is selected.
C#
public ICommand Command { get; set; }
Gets or sets some custom information about the particular card action context. The RadChat does not use this property anywhere, use this to carry a payload of information for your convenience.
C#
public object Data { get; set; }