ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / TreeRowCollection Class
Members

In This Topic
    TreeRowCollection Class
    In This Topic
    Represents a collection of TreeRow elements for TreePanel.Rows.
    Object Model
    TreeRowCollection Class
    Syntax
    'Declaration
     
    Public Class TreeRowCollection 
       Inherits C1.Framework.TreeCollection(Of TreeRow)
    public class TreeRowCollection : C1.Framework.TreeCollection<TreeRow> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             C1.Framework.TreeCollection<T>
                C1.Framework.TreeRowCollection

    See Also