ComponentOne FlexGrid for WPF and Silverlight
EditorForeground Property (C1FlexGrid)

C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : EditorForeground Property
Gets or sets the System.Windows.Media.Brush that is used to paint the foreground of cells in edit mode.
Syntax
'Declaration
 
Public Property EditorForeground As System.Windows.Media.Brush
public System.Windows.Media.Brush EditorForeground {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

Reference

C1FlexGrid Class
C1FlexGrid Members