ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / PostValidationInheritFlags Enumeration

In This Topic
    PostValidationInheritFlags Enumeration
    In This Topic
    Used by PostValidation.Inherit property.
    Syntax
    'Declaration
     
    
    Public Enum PostValidationInheritFlags 
       Inherits System.Enum
    public enum PostValidationInheritFlags : System.Enum 
    Members
    MemberDescription
    AllIndicates that all properties are inherited from the control.
    CaseSensitiveIndicates that the value of the CaseSensitive property is inherited from the control.
    ErrorMessageIndicates that the value of the ErrorMessage property is inherited from the control.
    NoneIndicates that none of the properties are inherited from the control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Input.PostValidationInheritFlags

    See Also