ComponentOne FlexGrid for WinForms
BackColor Property (C1FlexGridBase)

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : BackColor Property
Gets or sets the background color for the control.
Syntax
'Declaration
 
Public Overrides Property BackColor As Color
public override Color BackColor {get; set;}

Property Value

A System.Drawing.Color that represents the background color of the control. The default is the value of the System.Windows.Forms.Control.DefaultBackColor property.
Remarks
This is the color used to paint the background of the scrollable cells, also defined by the CellStyleCollection.Normal cell style.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members