Search code examples
c#wpf-controlspasswordbox

C# how to get text value from PasswordBox?


I have a PasswordBox. how can I get the input value from the PasswordBox after the input has been finished?


Solution

  • You can get it from the Password property.