ComponentOne Xamarin.iOS
Cells Property (FlexGrid)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : Cells Property
Gets the GridPanel that contains the data cells in the grid.
Syntax
'Declaration
 
Public ReadOnly Property Cells As GridPanel
'Usage
 
Dim instance As FlexGrid
Dim value As GridPanel
 
value = instance.Cells
public GridPanel Cells {get;}
See Also

Reference

FlexGrid Class
FlexGrid Members