Hi,
I'm using XamNumericEditor for editing integer values but I don't want the default mask to be visible. How can I hide it?
Thanks in advance
Hello,
What you are seeing is the PadChart of the Mask. What you can do is to set the PadChar property to an interval and you will not see the mask :
PadChart=" "
Thanks for the reply but what I want is I don't want the mask to be visible even in edit mode. I don't see them in display mode and what I also want is not to see them when I focus and start editing the value.
I think I found it: I've set PromptChar="" and it worked. While I was looking up for help for "PadChar" I've found "PromptChar".
Thanks for the help.