ClassResponseAction
Class
Represents a class that wraps command logic for the response actions feature of messages.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public abstract class ResponseAction : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseResponseAction
Derived Classes:
Implements:
Inherited Members
Constructors
ResponseAction(MessageBase)
Initializes a new instance of the ResponseAction class.
Declaration
cs-api-definition
protected ResponseAction(MessageBase message)
Parameters
message
Properties
Command
Gets the command associated with the response action.
CommandButtonVisibility
Gets or sets the visibility of the button that visualizes the command.
Declaration
cs-api-definition
public Visibility CommandButtonVisibility { get; set; }
Property Value
Visibility
Message
Gets or sets the associated message.
Declaration
cs-api-definition
protected MessageBase Message { get; set; }
Property Value