TreeView for WinForms | ComponentOne
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 ClassTreeRow Class
    Syntax
    'Declaration
     
    
    <DebuggerTypeProxyAttribute(System.Collections.Generic.CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    <DefaultMemberAttribute("Item")>
    Public Class TreeRowCollection 
       Inherits C1.Framework.TreeCollection(Of TreeRow)
    [DebuggerTypeProxy(System.Collections.Generic.CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    [DefaultMember("Item")]
    public class TreeRowCollection : C1.Framework.TreeCollection<TreeRow> 
    Inheritance Hierarchy
    See Also