RadMaskedEditBox is a themeable text box that formats and constrains text to a
predefined pattern or a pattern you define. RadMaskedEditBox also handles
globalization for date and time edits. Date and Time masks allow the user to navigate using the up
and down arrow keys.
The MaskType property defines what type of mask would be used in the masked box:
None
DateTime
Numeric
Standard
Regex - For example mask [A-z] will check for at least
one symbol in this range (A-z) in MaskEditBox’s Text :
IP - allow user to input only 3 digits in
0-255 range in four groups.
Email - validate user input for the valid mail. If this email is not valid will notify user with validation icon:
Additional features supported by RadMaskedEditoBox are: