Class CardContext
Inherited Members
Namespace: Telerik.XamarinForms.ConversationalUI
Assembly: Telerik.XamarinForms.ConversationalUI.dll
Syntax
public class CardContext : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
CardContext()
Declaration
public CardContext()
Properties
Actions
Declaration
public ICollection<CardActionContext> Actions { get; set; }
Property Value
System.Collections.Generic.ICollection<CardActionContext>
|
Data
Declaration
public object Data { get; set; }
Property Value
System.Object
|