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

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

Syntax

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

Remarks

This is the area below the row headers and to the left of the column footers.

See Also