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

PasswordBoxEdit.PasswordChar Property

Gets or sets the masking character for the password. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public char PasswordChar { get; set; }

Property Value

Type Description
Char

A Char value that specifies the masking character which is echoed in the password box.

Remarks

PasswordBoxEdit_PswdChar

See Also