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

In This Topic
    ErrorProvider Property (C1DbNavigator)
    In This Topic
    Gets or sets an ErrorProvider object used to indicate error state of the current data row.
    Syntax
    'Declaration
     
    Public Property ErrorProvider As ErrorProvider
    public ErrorProvider ErrorProvider {get; set;}
    See Also