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

nIndex
The zero-based index of the dbiNodeItem desired.
Determines the node item at a specific location in the collection.

Syntax

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

Parameters

nIndex
The zero-based index of the dbiNodeItem desired.

Property Value

dbiNodeItem Class

Requirements

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

See Also