C1.Win.FlexGrid Namespace / C1FlexGridBase Class / ForeColor Property

In This Topic
ForeColor Property (C1FlexGridBase)
In This Topic
Gets or sets the foreground color for the control.
Syntax
'Declaration
 
Public Overrides Property ForeColor As Color
 
Remarks
This is the color used to paint the text in scrollable cells, also defined by the CellStyleCollection.Normal cell style.
See Also