ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / CausesValidation Property

In This Topic
    CausesValidation Property (C1DropDownControl)
    In This Topic
    Gets or sets a value indicating whether the control causes validation (i.e. calls Validated and Validating events)
    Syntax
    'Declaration
     
    Public Property CausesValidation As Boolean
    public bool CausesValidation {get; set;}
    See Also