Class CardActionContext
Inherited Members
Namespace: Telerik.XamarinForms.ConversationalUI
Assembly: Telerik.XamarinForms.ConversationalUI.dll
Syntax
public class CardActionContext : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
CardActionContext()
Declaration
public CardActionContext()
Properties
Command
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
Data
Declaration
public object Data { get; set; }
Property Value
System.Object
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|