Class
PasswordHelper

Provides methods for management of protection passwords.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public static class PasswordHelper

Inheritance: objectPasswordHelper

Fields

PasswordProperty

Pasword dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PasswordProperty

Field Value

DependencyProperty

Methods

GetPassword(DependencyObject)

Gets the password.

Declaration

cs-api-definition
public static string GetPassword(DependencyObject property)

Parameters

property

DependencyObject

The property.

Returns

string

The password.

SetPassword(DependencyObject, string)

Sets the password.

Declaration

cs-api-definition
public static void SetPassword(DependencyObject property, string value)

Parameters

property

DependencyObject

The property.

value

string

The new password.