Class WarningDialogViewModel
Represents a view model for the warning dialog.
Inheritance
System.Object
WarningDialogViewModel
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class WarningDialogViewModel : MessageDialogViewModelBase<WarningDialogContext>
Constructors
WarningDialogViewModel(WarningDialogContext, Action)
Initializes a new instance of the WarningDialogViewModel class.
Declaration
public WarningDialogViewModel(WarningDialogContext context, Action closeDialogAction)
Parameters
WarningDialogContext
context
The context. |
System.Action
closeDialogAction
The close dialog action. |
Properties
NoCommand
Gets the command for the No button.
Declaration
public ICommand NoCommand { get; }
Property Value
System.Windows.Input.ICommand
The no command. |