Password
property of a PasswordBox
control we end up with an error because the Password
property cannot be bound due to the fact that is not a dependency property (mainly for security reasons).PasswordBoxBehavior
in the following manner:http://schemas.radicalframework.com/windows/behaviors
. In the same namespace is also defined a Password
attached property that exposes exactly the same behavior.Command
property useful to bind a command to the “enter” key when the PasswordBox
is focused.