Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / PreValidationInheritProperties Enumeration

In This Topic
    PreValidationInheritProperties Enumeration
    In This Topic
    Specifies how to manages inheritance of the PreValidation properties from the host control properties.
    Syntax
    'Declaration
     
    
    Public Enum PreValidationInheritProperties 
       Inherits System.Enum
    public enum PreValidationInheritProperties : 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.
    TrimEndIndicates that the value of the TrimEnd property is inherited from the control.
    TrimStartIndicates that the value of the TrimStart property is inherited from the control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.PreValidationInheritProperties

    See Also