ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / Grid Class / Columns Property

In This Topic
    Columns Property (Grid)
    In This Topic
    Gets a reference to the ColumnCollection that contains the columns in the layout grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As ColumnCollection
    public ColumnCollection Columns {get;}
    See Also