Enum InvalidInputBehavior
Specifies the way of MaskedTextBox reaction on wrong input data.
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public enum InvalidInputBehaviorFields
| Name | Description | 
|---|---|
| DisplayErrorMessage | Raises displaying error message. | 
| None | Represents the way when there is no reaction onto invalid input. | 
| ResetValue | Resets text in editor. |