[]
        
(Showing Draft Content)

C1.Win.Input.Pickers.ValidationBehavior

ValidationBehavior Enum

Determines how user-entered text is validated.

Namespace: C1.Win.Input.Pickers
Assembly: C1.Win.Input.Pickers.8.dll
Syntax
public enum ValidationBehavior

Fields

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.