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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.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