FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.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