Class InvalidMaskBehavior
Specifies the behavior of an invalid input.
Inheritance
System.Object
InvalidMaskBehavior
Namespace: Telerik.Windows.Controls.MaskedInput.Validation
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class InvalidMaskBehavior : Enum
Fields
KeepFocus
The control will try to keep the focus if the mask is invalid.
Declaration
public const InvalidMaskBehavior KeepFocus
Field Value
InvalidMaskBehavior
|
LoseFocus
The control will be able to lose focus if the mask is invalid.
Declaration
public const InvalidMaskBehavior LoseFocus
Field Value
InvalidMaskBehavior
|
ShowErrorMessage
The control will show error message if the mask is invalid.
Declaration
public const InvalidMaskBehavior ShowErrorMessage
Field Value
InvalidMaskBehavior
|
value__
Declaration
public int value__
Field Value
System.Int32
|