Class ResponseAction
Inheritance
System.Object
ResponseAction
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class ResponseAction : ViewModelBase, INotifyPropertyChanged
Constructors
Declaration
protected ResponseAction(MessageBase message)
Parameters
Properties
Declaration
public abstract ICommand Command { get; }
Property Value
|
System.Windows.Input.ICommand
|
Declaration
protected MessageBase Message { get; set; }
Property Value
Declaration
public string Text { get; set; }
Property Value
Extension Methods