Class UnprotectDialogViewModel
Provides a view model for the unprotect dialog.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class UnprotectDialogViewModel : DialogViewModelBase<UnprotectDialogContext>, INotifyPropertyChanged
Constructors
UnprotectDialogViewModel(UnprotectDialogContext, Action)
Initializes a new instance of the Unprotect
Declaration
public UnprotectDialogViewModel(UnprotectDialogContext context, Action closeDialogAction)
Parameters
Unprotect The context. |
System. The close dialog action. |
Properties
CloseCommand
Gets or sets the close command.
Declaration
public ICommand CloseCommand { get; set; }
Property Value
System. The close command. |
DialogHeader
Gets the dialog header.
Declaration
public string DialogHeader { get; }
Property Value
System. The dialog header. |
OkCommand
Gets or sets the ok command.
Declaration
public ICommand OkCommand { get; set; }
Property Value
System. The ok command. |
ProtectionPassword
Gets or sets the protection password.
Declaration
public string ProtectionPassword { get; set; }
Property Value
System. The protection password. |
Methods
ApplyChanges(String)
Applies the changes.
Declaration
public bool ApplyChanges(string password)
Parameters
System. The password. |
Returns
System.
|