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

bIncludeSubItems
A boolean indicating if sub items should be included in the calculation.
Gets the number of children nodes of a item in the list.

Syntax

Visual Basic (Declaration) 
Public Function GetNodeCount( _
   ByVal bIncludeSubItems As Boolean _
) As Integer
C# 
public int GetNodeCount( 
   bool bIncludeSubItems
)

Parameters

bIncludeSubItems
A boolean indicating if sub items should be included in the calculation.

Return Value

An Integer value

Requirements

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

See Also