Skip to main content

PasswordStrengthEventArgs.Password Property

Gets the password currently entered by an end-user.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public object Password { get; }

#Property Value

Type Description
Object

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

See Also