FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / C1SuperErrorProvider Property

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