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

PasswordStrengthEventArgs.Password Property

Gets the password currently entered by an end-user.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public object Password { get; }

Property Value

Type Description
Object

An object that represents the password currently entered by an end-user.

See Also