ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / BackColor Property

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