Class ResponseAction
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class ResponseAction : ViewModelBase, INotifyPropertyChanged
Constructors
ResponseAction(MessageBase)
Properties
Command
Declaration
public abstract ICommand Command { get; }
Property Value
System.
|
CommandButtonVisibility
Declaration
public Visibility CommandButtonVisibility { get; set; }
Property Value
Microsoft.
|
Message
Text
Declaration
public string Text { get; set; }
Property Value
System.
|