ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / PreValidation Class / Inherit Property

In This Topic
    Inherit Property (PreValidation)
    In This Topic
    Manages inheritance of the PreValidation properties from the host control properties.
    Syntax
    'Declaration
     
    Public Property Inherit As PreValidationInheritFlags
    public PreValidationInheritFlags Inherit {get; set;}
    See Also