ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1Label Class / ErrorProvider Property

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