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

In This Topic
    BackColor Property (C1FlexGridBase)
    In This Topic
    Gets or sets the background color for the control.
    Syntax
    'Declaration
     
    
    Public Overrides Property BackColor As Color
    public override Color BackColor {get; set;}
    Remarks
    This is the color used to paint the background of the scrollable cells, also defined by the CellStyleCollection.Normal cell style.
    See Also