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


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