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

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

Syntax

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

See Also