RadControls for Silverlight

Specifies the behavior of an invalid input.

Namespace: Telerik.Windows.Controls.MaskedInput.Validation
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.1050

Syntax

C#
public enum InvalidMaskBehavior
Visual Basic
Public Enumeration InvalidMaskBehavior

Members

Member nameValueDescription
LoseFocus1 The control will be able to lose focus if the mask is invalid.
KeepFocus2 The control will try to keep the focus if the mask is invalid.
ShowErrorMessage4 The control will show error message if the mask is invalid.

See Also