ComponentOne TreeView for WinForms
Item Property (C1TreeNode)

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

Parameters

index
See Also

Reference

C1TreeNode Class
C1TreeNode Members