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

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

Syntax

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

Parameters

nIndex
Integer representing the index value of the dbiExplorerList.

Requirements

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

See Also