Enum InvalidMaskBehavior
Specifies the behavior of an invalid input.
Namespace: Telerik.Windows.Controls.MaskedInput.Validation
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
[Flags]
public enum InvalidMaskBehavior
KeepFocus
The control will try to keep the focus if the mask is invalid.
LoseFocus
The control will be able to lose focus if the mask is invalid.
ShowErrorMessage
The control will show error message if the mask is invalid.