Specifies the behavior of an invalid input.
Definition
Namespace:Telerik.Windows.Controls.MaskedInput.Validation
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
[Flags]
[TypeConverter(typeof(InvalidMaskBehaviorTypeConverter))]
public enum InvalidMaskBehavior
Fields
The control will try to keep the focus if the mask is invalid.
C#
KeepFocus = 2
The control will be able to lose focus if the mask is invalid.
C#
LoseFocus = 1
The control will show error message if the mask is invalid.
C#
ShowErrorMessage = 4