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
265
XamMaskEditor Mask and characters position change?
posted

Hi,

I'm displaying an integer in a grid, which has 6 digits (always 6 digits), and i would like to change the order of the digits with a mask.

For example, i have the value 123456, and i would like to display for this value 561234 without change the value.

Is this possible?

Parents
  • 2505
    Offline posted

    Hi bakonu,

    In order to achieve this functionality, you could use the ValueToDisplayTextConverter property of XamMaskedEditor, where you could provide a custom converter, implementing the logic for the order in which you want to display the digits.

    Please refer to the following link for more information on the ValueToDisplayTextConverter property.

    Please let me know if I could be of further help on the matter.

    Regards,
    Milana Zhileva

Reply Children
No Data