Infragistics2.Win.UltraWinTree.v8.1
Item Property
See Also 
Infragistics.Win.UltraWinTree Namespace > SelectedNodesCollection Class : Item Property

index
The UltraTreeNode.Index of the node to be returned.
Returns the UltraTreeNode instance at the specified ordinal position in the collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As UltraTreeNode
C# 
public UltraTreeNode this[ 
   int index
]; {get;}

Parameters

index
The UltraTreeNode.Index of the node to be returned.

See Also