Skip to main content

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.v14.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