Skip to main content
A newer version of this page is available. .

PasswordBoxEdit Class

Represents a control allowing you to enter and manage passwords.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public class PasswordBoxEdit :
    TextEditBase

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.

    PasswordBoxEdit_PswdChar

  • Maximum Password Length - restricts passwords typed by an end-user via the TextEditBase.MaxLength property.
  • Built-in Password Strength Estimation
  • Input Validation

    PasswordBox_Validation

The following code snippets (auto-collected from DevExpress Examples) contain references to the PasswordBoxEdit class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also