AD
Administrator
Syncfusion Team
July 1, 2004 11:46 AM UTC
Hi Ruben,
The MaskedEditBox supports different Culture settings. So if you set the Culture property to say Spanish(Spain) the ThousandSeperator and DecimalSeperator properties are set accordingly. You need to set the Mask property to: 999,999,999.99
because the . and , are placeholders for the decimal and the thousand separators respectively and they get replaced as per the settings specified (in your case . for the thousand and , for the decimal) when you run your application. Now you can set the TextAlign property to Right and you should be all set.
Regards,
Arun