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

Represents a response action that chooses a specific value.

Definition

Constructors

Initializes a new instance of the ValueResponseAction class.

C#
public ValueResponseAction(MessageBase message)
Parameters:messageMessageBase

Properties

Gets the command associated with the response action.

C#
public override ICommand Command { get; }

Overrides: ResponseAction.Command

Gets or sets the value.

C#
public object DataObjectValue { get; set; }

Gets or sets value that will be post as text result.

C#
public string TextResultValue { get; set; }