Skip to main content

TreeListNodes(TreeList) Constructor

Creates a collection of nodes at the root level of the Tree List.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListNodes(
    TreeList treeList
)

Parameters

Name Type Description
treeList TreeList

A TreeList instance to which the node collection belongs.

See Also