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

In This Topic
    C1SuperErrorProvider Property (C1FlexGridClassic)
    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