ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNodeCollection Class / Item Property

In This Topic
    Item Property (C1TreeViewNodeCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As C1TreeViewNode
    public C1TreeViewNode this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also