dbicList Send comments on this topic.
GetNodeLevel Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : GetNodeLevel Method

objItem
The dbiNodeItem to find the level of.
Returns the zero-based level within the nested structure of a specified node.

Syntax

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

Parameters

objItem
The dbiNodeItem to find the level of.

Return Value

Integer

Remarks

A value of 0 indicates the node item exists directly in the control's primary collection.

Requirements

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

See Also