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

In This Topic
    Item Property (C1TreeViewNodeBindingCollection)
    In This Topic
    Gets or sets the C1TreeViewNodeBinding object at the specified index in the C1TreeViewNodeBindingCollection object.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal i As System.Integer _
    ) As C1TreeViewNodeBinding
    public C1TreeViewNodeBinding this[ 
       System.int i
    ]; {get; set;}

    Parameters

    i
    See Also