Enum
InvalidMaskBehavior

Specifies the behavior of an invalid input.

Definition

Namespace:Telerik.Windows.Controls.MaskedInput.Validation

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
[Flags]
[TypeConverter(typeof(InvalidMaskBehaviorTypeConverter))]
public enum InvalidMaskBehavior

Fields

KeepFocus

The control will try to keep the focus if the mask is invalid.

Declaration

cs-api-definition
KeepFocus = 2

Field Value

InvalidMaskBehavior

LoseFocus

The control will be able to lose focus if the mask is invalid.

Declaration

cs-api-definition
LoseFocus = 1

Field Value

InvalidMaskBehavior

ShowErrorMessage

The control will show error message if the mask is invalid.

Declaration

cs-api-definition
ShowErrorMessage = 4

Field Value

InvalidMaskBehavior

In this article
DefinitionFieldsKeepFocusLoseFocusShowErrorMessage
Not finding the help you need?
Contact Support