ComponentOne TreeView for WinForms
Item Property (C1TreeNodeCollection)

C1.Win.TreeView Namespace > C1TreeNodeCollection Class : Item Property
Gets or sets the tree node at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As C1TreeNode
public C1TreeNode this[ 
   int index
]; {get;}

Parameters

index
See Also

Reference

C1TreeNodeCollection Class
C1TreeNodeCollection Members