New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:propertyDependencyObject

The property.

Returns:

string

The password.

Sets the password.

C#
public static void SetPassword(DependencyObject property, string value)
Parameters:propertyDependencyObject

The property.

valuestring

The new password.