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


In This Topic
    Grid Property (GridCellsPanel)
    In This Topic
    Gets the associated grid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Grid As GridBase
    'Usage
     
    
    Dim instance As GridCellsPanel
    Dim value As GridBase
     
    value = instance.Grid
    public GridBase Grid {get;}
    See Also