Hi Jassim,
Greetings from Syncfusion.
You can achieve this requirement by using Mask and MaskType properties of SfMaskedEdit. Please find the code snippet below.
<syncmaskededit:SfMaskedEdit x:Name="maskedEdit"
MaskType="RegEx"
Mask="USD \d+.(0[1-9]|[1-9]\d)"
/> |
We have prepared a sample for the same. Please get it from the below link.
Please check the sample let us know if you have any further assistance.
Regards,
Eswaran.