Back to Devexpress

PasswordStrengthEventArgs.Password Property

wpf-devexpress-dot-xpf-dot-editors-dot-passwordstrengtheventargs.md

latest1.1 KB
Original Source

PasswordStrengthEventArgs.Password Property

Gets the password currently entered by an end-user.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public object Password { get; }
vb
Public ReadOnly Property Password As Object

Property Value

TypeDescription
Object

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

|

See Also

PasswordStrengthEventArgs Class

PasswordStrengthEventArgs Members

DevExpress.Xpf.Editors Namespace