TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumnCollection Class / Item Property

In This Topic
    Item Property (C1TreeColumnCollection)
    In This Topic
    Gets or sets the column of tree at the specified index.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As C1TreeColumn
    public virtual C1TreeColumn this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also