Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / PostValidation Class / Inherit Property

In This Topic
    Inherit Property (PostValidation)
    In This Topic
    Gets or sets an enumerable value indicating how to manages inheritance of the PostValidation properties from the host control properties.
    Syntax
    'Declaration
     
    
    Public Property Inherit As PostValidationInheritProperties
    public PostValidationInheritProperties Inherit {get; set;}
    See Also