C1.Win.FlexGrid Namespace / C1FlexGrid Class / BackColor Property

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