Table of Contents
- Getting Started
 - EO.Pdf
 - EO.Web
 - EO.WebBrowser
 - EO.Wpf
- Overview
 - Installation & Deployement
 - Skin & Theme
 - Common Taskes and Services
 - EO.Wpf Buttons
 - EO.Wpf Calendar & DatePicker
 - EO.Wpf ComboBox
 - EO.Wpf DockView
 - EO.Wpf Gauge
 - EO.Wpf ListBox
 - EO.Wpf Menu
 - EO.Wpf MaskedEdit
 - EO.Wpf ProgressBar
 - EO.Wpf Slider
 - EO.Wpf SpinEdit
 - EO.Wpf SplitView
 - EO.Wpf TabControl
 - EO.Wpf TreeView
 - EO.Wpf Utility Controls
 - EO.Wpf WindowChrome
 - Sample Data Objects
 
 - Common Topics
 - Reference
 
| Overview | 
EO.Web MaskedEdit offers masked edit textbox that restricts the kind of text that can be entered. Unlike most other MaskedEdit contol on the market that only support a single segment or a few fixed masks, EO.Web MaskedEdit control supports multiple segments with each of them having any of the following segment types:
- Static. Literal segment are read-only segment in the textbox;
 - Number. Use number segment to enter numeric values;
 - Choice. Use choice segment to enter choice values;
 - Mask. Use mask segment to specify a mask value;
 - Regex. Use regular expression to validate user input;
 
