Skip to main content

PasswordBoxEditSettings.PasswordChar Property

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

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public char PasswordChar { get; set; }

Property Value

Type Description
Char

A masking character. The default value is a bullet character (●).

See Also