BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<syncfusion:SfMaskedEdit Grid.Column="1" HorizontalAlignment="Left" Margin="208,15.02,0,0" Text="SfMaskedEdit" VerticalAlignment="Top" MaskType="Regular" Mask="[0-9A-F]" Width="92"/>
Thank you for your update,
We have modified the sample that tries to meet your requirement. You can achieve your requirement using this Mask 0[xX][0-9a-fA-F]+" with the MaskType Regex.
The same has been demonstrated using the following code snippet:
CodeSnippet
<syncfusion:SfMaskedEdit Grid.Column="1" HorizontalAlignment="Left" Margin="208,15.02,0,0" Text="SfMaskedEdit" VerticalAlignment="Top" MaskType="Regex" Mask="0[xX][0-9a-fA-F]+" Width="92"/> |
Please download the sample from the below location:
Sample:SfmaskedEdit_119020.zip
And for more information about the Mask and MaskType, please refer our guideline about the SfMaskedEdit from the following link:
Link: http://help.syncfusion.com/ug/wpf/index.html#!Documents/masktype.htm
Please let us know if you have any other concerns,
Regards,
Vijayalakshmi V.R.