开发者

WPF DevExpress TextEdit - " * " for Password input

开发者 https://www.devze.com 2022-12-13 08:35 出处:网络
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?

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 = '*'

0

精彩评论

暂无评论...
验证码 换一张
取 消