Represents a control that uses a mask to prevent users from entering invalid data. The C1MaskedTextBox is an editor that uses a mask to prevent end-users from entering invalid data.
[EditorBrowsable(EditorBrowsableState.Always)]
[TemplatePart(Name="RootElement", Type=System.Windows.FrameworkElement)]
[TemplateVisualState(Name="Unwatermarked", GroupName="WatermarkStates")]
[StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)]
public class C1MaskedTextBox : C1TextBoxBase