WPF DevExpress TextEdit - " * " for Password input
how I can use T开发者_如何学JAVAextEdit component for passwords input?I want to se some "*" or "#" or another symbol when I type the password. Is there some property, where i can set such a thing?
I would recommend the PasswordBox control...
Try: TextEdit.Properties.PasswordChar = '*'
精彩评论