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