dbicExplorerBar Send comments on this topic.
dbiExplorerItem Constructor(XmlNodeList)
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerItem Class > dbiExplorerItem Constructor : dbiExplorerItem Constructor(XmlNodeList)

xmlNodes
The xmlnodelist to base the object on.

Creates a new instance of the class based on an xmlNodeList.

Syntax

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

Parameters

xmlNodes
The xmlnodelist to base the object on.

Requirements

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

See Also