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

In This Topic
    GridColumnCollection Class
    In This Topic
    GridColumn collection. Just an ElementList typed to get and set GridColumn objects.
    Object Model
    GridColumnCollection ClassGridColumn Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.ArrayList/ArrayListDebugView)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class GridColumnCollection 
       Inherits ElementList
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)]
    [DebuggerDisplay("Count = {Count}")]
    public class GridColumnCollection : ElementList 
    Inheritance Hierarchy

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

    See Also