Class InvalidInputBehavior
Specifies the way of MaskedTextBox reaction on wrong input data.
Inheritance
System.Object
InvalidInputBehavior
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class InvalidInputBehavior : Enum
Fields
DisplayErrorMessage
Raises displaying error message.
Declaration
public const InvalidInputBehavior DisplayErrorMessage
Field Value
Type |
---|
InvalidInputBehavior |
None
Represents the way when there is no reaction onto invalid input.
Declaration
public const InvalidInputBehavior None
Field Value
Type |
---|
InvalidInputBehavior |
ResetValue
Resets text in editor.
Declaration
public const InvalidInputBehavior ResetValue
Field Value
Type |
---|
InvalidInputBehavior |