dbicList Send comments on this topic.
IndexOf(dbiNodeItem) Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class : IndexOf(dbiNodeItem) Method

obj
A dbiNodeItem in the collection.
Returns the index of a specified item in the collection based on the dbiNodeItem parameter.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal obj As dbiNodeItem _
) As Integer
C# 
public int IndexOf( 
   dbiNodeItem obj
)

Parameters

obj
A dbiNodeItem in the collection.

Requirements

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

See Also