'Declaration
Public Enum ValidationBehavior Inherits System.Enum
public enum ValidationBehavior : System.Enum
'Declaration
Public Enum ValidationBehavior Inherits System.Enum
public enum ValidationBehavior : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.Input.Pickers.ValidationBehavior