property Grid.ForeColorLock as Color
Retrieves or sets a value that indicates the control's foreground color for the locked area.

TypeDescription
Color A color expression that indicates the control's foreground color for the locked area.

The control contains locked columns if the CountLockedColumn property is greater than zero ( 0 ).  A locked column is fixed to the left side of the control, and it cannot be scrolled.  If the CountLockedColumn property is greater than 0, the ForeColor property sets the foreground color for the unlocked area. The unlocked area is the area that contains scrollable columns. Use the Def(exCellForeColor) property to change the foreground color for all cells in the column.