dbicList Send comments on this topic.
Item Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class : Item Property

nIndex
The zero-based index of the dbiNodeItem to get or set in the collection.
Determines the node item at a specific location in the collection.

Syntax

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

Parameters

nIndex
The zero-based index of the dbiNodeItem to get or set in the collection.

Property Value

A dbiNodeItem object.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also