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
1825
Conditional formatting in XamNumericEditor
posted

Is there a way I conditionally format XamNumeric Editor to accept decimal places.

for example in most cases i would not want it to accept decimal cases, however in certain cases it should accept decimal places.

Parents
  • 17475
    Verified Answer
    Offline posted

    Hello Raul, 

    I have been looking into your description and created a sample project where the mask property is changed at runtime. The default mask does not contain a floating point. On every key stroke it is checked whether a floating point is entered and the mask is modified if needed so that the editor displays double values.

    XamNumericEditorMask.zip
Reply Children