Gets the GridPanel that contains the cells in the upper left corner of the grid.

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

Syntax

C#
public GridPanel TopLeftCells { get; }
Visual Basic
Public ReadOnly Property TopLeftCells As GridPanel
	Get

Remarks

This is the area above the row headers and to the left of the column headers. By default, it contains only one cell at the top left corner of the grid.

See Also