Class ValueResponseAction
Inheritance
System.Object
ValueResponseAction
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ValueResponseAction : ResponseAction, INotifyPropertyChanged
Constructors
Declaration
public ValueResponseAction(MessageBase message)
Parameters
Properties
Declaration
public override ICommand Command { get; }
Property Value
|
System.Windows.Input.ICommand
|
Overrides
Declaration
public object DataObjectValue { get; set; }
Property Value
Declaration
public string TextResultValue { get; set; }
Property Value
Extension Methods