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

PasswordBoxEdit.Password Property

Gets or sets the current password. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public string Password { get; set; }

Property Value

Type Description
String

A String value that specifies the current password.

See Also