Skip to main content

PasswordBoxEdit.PasswordStrength Property

Gets the password strength. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public PasswordStrength PasswordStrength { get; }

#Property Value

Type Description
PasswordStrength

A PasswordStrength enumeration value that specifies the effectiveness of a password.

#Remarks

To manually estimate password strength, handle the PasswordBoxEdit.CustomPasswordStrength event.

See Also