Input for WinForms | ComponentOne
C1.Framework Namespace / TreeColumnCollection Class
Members

In This Topic
    TreeColumnCollection Class
    In This Topic
    Represents a collection of GridColumn elements for TreePanel.Columns.
    Syntax
    'Declaration
     
    
    Public Class TreeColumnCollection 
       Inherits C1.Framework.TreeCollection(Of GridColumn)
    public class TreeColumnCollection : C1.Framework.TreeCollection<GridColumn> 
    Inheritance Hierarchy
    See Also