dbicExplorerBar Send comments on this topic.
Item Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > ExplorerItemCollection Class : Item Property

nIndex
Integer representing the index value of the dbiExplorerItem
Gets or sets the dbiExplorerItem based on it's index value.

Syntax

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

Parameters

nIndex
Integer representing the index value of the dbiExplorerItem

Requirements

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

See Also