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


In This Topic
    Grid Property (GridRow)
    In This Topic
    Gets the grid containing this row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Grid As FlexGrid
    'Usage
     
    
    Dim instance As GridRow
    Dim value As FlexGrid
     
    value = instance.Grid
    public FlexGrid Grid {get;}
    See Also