ComponentOne FlexGrid for WPF and Silverlight
EditorBackground Property (C1FlexGrid)

C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : EditorBackground Property
Gets or sets the System.Windows.Media.Brush that is used to paint the background of cells in edit mode.
Syntax
'Declaration
 
Public Property EditorBackground As System.Windows.Media.Brush
public System.Windows.Media.Brush EditorBackground {get; set;}
Remarks
Setting this property to null causes the editor background to be painted using the brush defined by the CursorBackground property.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members