An enhanced data entry control, which uses a mask to distinguish between proper and improper user input. You can use a mask to specify the format such as IP address, date, currency, etc.
RadMaskedTextBox can be used together with validators (such as
RequiredValidator and
RegularExpressionValidator controls) to ensure that the data entered by the user is verified and accurate.