Hi,
Can I Bind Mask value to a property to set max and min value of xam numeric text box?
ex: Mask="{}{number:0-999999999}" to --> Mask="{}{number:{MinValue}-{MaxValue}}"
Thanks,
Hemant
Hello Hemant,
Thank you for your post. I have been looking into and I can say that since the Mask Property is string type you cannot bind part of it. If you still want to use bindings, you can bind the ValueConstraints’ MinValue and MaxValue, but this way the user will be able to enter a number outside the bounds and when he tries to set it an error message will appear.
Hope this helps you.