Input for WinForms | ComponentOne
C1.Framework Namespace / TreePanel Class / Columns Property

In This Topic
    Columns Property (TreePanel)
    In This Topic
    Gets the collection of GridColumn elements.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As TreeColumnCollection
    public TreeColumnCollection Columns {get;}
    See Also