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

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

Syntax

C#
public Brush EditorBackground { get; set; }
Visual Basic
Public Property EditorBackground As Brush
	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