Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / Cells Property


In This Topic
    Cells Property (FlexGrid)
    In This Topic
    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