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