PasswordHelper
Class
Provides methods for management of protection passwords.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public static class PasswordHelper
Inheritance: objectPasswordHelper
Fields
PasswordProperty
DependencyProperty
Pasword dependency property.
C#
public static readonly DependencyProperty PasswordProperty
Methods
Gets the password.
C#
public static string GetPassword(DependencyObject property)
The property.
Returns:The password.
Sets the password.
C#
public static void SetPassword(DependencyObject property, string value)
The property.
valuestringThe new password.