dbicExplorerBar Send comments on this topic.
dbiExplorerList Constructor(XmlNodeList)
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerList Class > dbiExplorerList Constructor : dbiExplorerList 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 dbiExplorerList( 
   XmlNodeList xmlNodes
)

Parameters

xmlNodes
The xmlnodelist to base the object on.

Requirements

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

See Also