PasswordBoxEdit.PasswordStrength Property
In This Article
Gets the password strength. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Password |
A Password |
#Remarks
To manually estimate password strength, handle the PasswordBoxEdit.CustomPasswordStrength event.
See Also