TreeView for WinForms | ComponentOne
C1.Framework Namespace / ElementList Class
Members

In This Topic
    ElementList Class
    In This Topic
    Contains a list of Elements that belong to a parent element.
    Object Model
    ElementList ClassElement Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.ArrayList/ArrayListDebugView)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class ElementList 
       Inherits System.Collections.ArrayList
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)]
    [DebuggerDisplay("Count = {Count}")]
    public class ElementList : System.Collections.ArrayList 
    Inheritance Hierarchy

    System.Object
       System.Collections.ArrayList
          C1.Framework.ElementList
             C1.Framework.GridColumnCollection
             C1.Framework.GridRowCollection

    See Also