Gets or sets the Brush that is used to paint the foreground of cells in edit mode.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public Brush EditorForeground { get; set; }
Visual Basic
Public Property EditorForeground As Brush
	Get
	Set

Remarks

Setting this property to null causes the editor background to be painted using the brush defined by the CursorForeground property.

See Also