[]
Determines how user-entered text is validated.
public enum ValidationBehavior
| Name | Description |
|---|---|
| ErrorMessage | If the value is incorrect, the user will receive an error message until the correct value is entered. |
| None | If the entered value is incorrect, the last valid value will be used. |