| 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.
| Infragistics2.Win.UltraWinTree.v8.1 | |
| Item Property | |
| See Also | |
|
| Infragistics.Win.UltraWinTree Namespace > SelectedNodesCollection Class : Item Property |
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As UltraTreeNode | |
| C# | |
|---|---|
public UltraTreeNode this[ int index ]; {get;} | |