Skip to main content

PasswordStrengthEventArgs.Password Property

Gets the password currently entered by an end-user.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.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