PasswordStrengthEventArgs.PasswordStrength Property
In This Article
Gets or sets the password strength.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public PasswordStrength PasswordStrength { get; set; }
#Property Value
Type | Description |
---|---|
Password |
A Password |
Available values:
Name | Description |
---|---|
Weak | The password is weak. |
Fair | The password is fair. |
Good | The password is good. |
Strong | The password is strong. |
See Also