Skip to main content

PasswordStrength Enum

Lists values that specify password strength.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public enum PasswordStrength

#Members

Name Description
Weak

The password is weak.

Fair

The password is fair.

Good

The password is good.

Strong

The password is strong.

#Passed To

You can pass PasswordStrength values to the PasswordStrengthEventArgs.PasswordStrength property.

#Remarks

The values listed by this enumeration are used to set the PasswordBoxEdit.PasswordStrength property's value.

See Also