BackColor - Overridden. Gets or sets the background color of the grid.
BackgroundColor - Gets or sets the color of the non-row area of the grid.
CaptionBackColor - Gets or sets the background color of the caption area.
CaptionForeColor - Gets or sets the foreground color of the caption area.
ForeColor - Overridden. Gets or sets the foreground color (typically the color of the text) property of the System.Windows.Forms.DataGrid control.
GridLineColor - Gets or sets the color of the grid lines.
HeaderBackColor - Gets or sets the background color of all row and column headers.
HeaderForeColor - Gets or sets the foreground color of headers.
LinkColor - Gets or sets the color of the text that you can click to navigate to a child table.
LinkHoverColor - Gets or sets the color a link changes to when the mouse pointer moves over it.
ParentRowsBackColor - Gets or sets the background color of parent rows.
ParentRowsForeColor - Gets or sets the foreground color of parent rows.
SelectionBackColor - Gets or sets the background color of selected rows.
SelectionForeColor - Gets or set the foreground color of selected rows.
Now what part were you trying to set the color for?
-Rick
----------------------