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

xmlNodes
The XmlNodeList to base the new dbiNodeItem from.
Create a new node item based on the XmlNodeList structure.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xmlNodes As XmlNodeList _
)
C# 
public dbiNodeItem( 
   XmlNodeList xmlNodes
)

Parameters

xmlNodes
The XmlNodeList to base the new dbiNodeItem from.

Return Value

dbiNodeItem Class

Requirements

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

See Also