WinForms MaskedEditBox Overview
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 MaskedEditBox is part of Telerik UI for WinForms, a
professional grade UI library with 160+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
The MaskType property defines what type of mask would be used in the masked box:
None
Regex: For example mask [A-z] will check for at least one symbol in this range (A-z) in RadMaskEditBox’s text:
- IP: Allows 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:
The RegexMaskTextBoxProvider, EMailMaskTextBoxProvider, and IPMaskTextBoxProvider have an ErrorMessage property which can be set so that the displayed text with the message is localized.
Additional features supported by RadMaskedEditoBox are:
Null value support
Easy navigation between text parts of DateTimeMask
Telerik UI for WinForms Learning Resources
- Telerik UI for WinForms MaskedEditBox Homepage
- Get Started with the Telerik UI for WinForms MaskedEditBox
- Telerik UI for WinForms API Reference
- Getting Started with Telerik UI for WinForms Components
- Telerik UI for WinForms Virtual Classroom (Training Courses for Registered Users)
- Telerik UI for WinForms Forum
- Telerik UI for WinForms Knowledge Base
Telerik UI for WinForms Additional Resources
- Telerik UI for WinForms Product Overview
- Telerik UI for WinForms Blog
- Telerik UI for WinForms Videos
- Telerik UI for WinForms Roadmap
- Telerik UI for WinForms Pricing
- Telerik UI for WinForms Code Library
- Telerik UI for WinForms Support
- What’s New in Telerik UI for WinForms