| 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
| dbicExplorerBar | Send comments on this topic. |
| Item Property | |
| See Also | |
|
| dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > ExplorerItemCollection Class : Item Property |
| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal nIndex As Integer _ ) As dbiExplorerItem | |
| C# | |
|---|---|
public dbiExplorerItem this[ int nIndex ]; {get; set;} | |