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

In This Topic
    Columns Property (C1FlexGrid)
    In This Topic
    Gets the collection of columns in the grid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As ColumnCollection
    public ColumnCollection Columns {get;}
    Remarks
    This property is equivalent to Cells.Columns.
    See Also