ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DbNavigator Class / CausesFormValidation Property

In This Topic
    CausesFormValidation Property
    In This Topic
    Whether the control in focus should be validated before a button click is handled by the navigator.
    Syntax
    'Declaration
     
    Public Property CausesFormValidation As Boolean
    public bool CausesFormValidation {get; set;}
    See Also