ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / GridPanel Class / Columns Property

In This Topic
    Columns Property (GridPanel)
    In This Topic
    Gets the collection of columns in this GridPanel.
    Syntax
    'Declaration
     
    
    Public Property Columns As ColumnCollection
    public ColumnCollection Columns {get; set;}
    See Also