TreeListNodes(TreeList) Constructor
Creates a collection of nodes at the root level of the Tree List.
Namespace: DevExpress.XtraTreeList.Nodes
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
treeList | TreeList | A TreeList instance to which the node collection belongs. |
See Also