Skip to main content

PasswordStrengthEventArgs.PasswordStrength Property

Gets or sets the password strength.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public PasswordStrength PasswordStrength { get; set; }

#Property Value

Type Description
PasswordStrength

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

See Also