PasswordBoxEdit Class
In This Article
Represents a control allowing you to enter and manage passwords.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Remarks
The PasswordBoxEdit control allows you to hide the characters and optionally limit the password's length.
Its features include:
- Configurable Password Char - you can specify any character which is echoed in the password box.
- Maximum Password Length - restricts passwords typed by an end-user via the TextEditBase.MaxLength property.
- Built-in Password Strength Estimation
Input Validation
#Inheritance
#Extension Methods
See Also