vts123
vts123

Reputation: 1776

WPF DevExpress TextEdit - " * " for Password input

how I can use TextEdit 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?

Upvotes: 0

Views: 4453

Answers (2)

Stephen Oberauer
Stephen Oberauer

Reputation: 5395

Try: TextEdit.Properties.PasswordChar = '*'

Upvotes: 2

kiwipom
kiwipom

Reputation: 7709

I would recommend the PasswordBox control...

Upvotes: 2

Related Questions