Skip to main content
A newer version of this page is available. .

TreeListNodesIterator.All Property

Gets the collection of all nodes.

Namespace: DevExpress.XtraTreeList.Nodes.Operations

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public IEnumerable<TreeListNode> All { get; }

Property Value

Type Description
IEnumerable<TreeListNode>

An IEnumerable<T><TreeListNode,> object specifying the collection of all nodes.

See Also