Gets or sets the Brush that is used to paint the background of the cell at the left top corner of the grid.

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

Syntax

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

See Also