Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1921
How to set max length for XamNumericEditor
posted

I'm using XamNumericEditor, it accepts max value of xxx,xxx,xxx

but I need this to accept 18 digits, what can I do for this?

 

My code is,

this.Mask = string.Format("{{double:-{0}.{1}}}", 18, 8);

Thanks in advance