Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridPanel Class / Columns Property


In This Topic
    Columns Property (GridPanel)
    In This Topic
    Gets the collection of columns of this panel.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As GridColumnCollection
    'Usage
     
    
    Dim instance As GridPanel
    Dim value As GridColumnCollection
     
    value = instance.Columns
    public GridColumnCollection Columns {get;}
    See Also