New to Telerik UI for WPFStart a free 30-day trial

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
In this article
DefinitionFieldsKeepFocusLoseFocusShowErrorMessage
Not finding the help you need?
Contact Support