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


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