Input for WinForms | ComponentOne
C1.Win.Input.Pickers Namespace / ValidationBehavior Enumeration

In This Topic
    ValidationBehavior Enumeration
    In This Topic
    Determines how user-entered text is validated.
    Syntax
    'Declaration
     
    
    Public Enum ValidationBehavior 
       Inherits System.Enum
    public enum ValidationBehavior : System.Enum 
    Members
    MemberDescription
    ErrorMessageIf the value is incorrect, the user will receive an error message until the correct value is entered.
    NoneIf the entered value is incorrect, the last valid value will be used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.Pickers.ValidationBehavior

    See Also