Back to Devexpress

TreeList.GetNodeList() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-88f20c03.md

latest1.8 KB
Original Source

TreeList.GetNodeList() Method

Returns a list of all nodes in the TreeList.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public List<TreeListNode> GetNodeList()
vb
Public Function GetNodeList As List(Of TreeListNode)

Returns

TypeDescription
List<TreeListNode>

A list of all nodes in the TreeList.

|

Remarks

The GetNodeList method recursively iterates through all nodes (TreeListNode objects) within the TreeList and returns a list of all nodes that are currently visible (see TreeListNode.Visible).

See Also

Visible

TreeListNode

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace