Gets the GridPanel that contains the data cells in the grid.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

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

See Also