New to Telerik UI for WPFStart a free 30-day trial

Represents a class that wraps command logic for the response actions feature of messages.

Definition

Constructors

Initializes a new instance of the ResponseAction class.

C#
protected ResponseAction(MessageBase message)
Parameters:messageMessageBase

Properties

Gets the command associated with the response action.

C#
public abstract ICommand Command { get; }

Gets or sets the visibility of the button that visualizes the command.

C#
public Visibility CommandButtonVisibility { get; set; }

Gets or sets the associated message.

C#
protected MessageBase Message { get; set; }

Gets or sets the response action's text.

C#
public string Text { get; set; }