Skip to main content

TreeListMultiSelection.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public IEnumerator<TreeListNode> GetEnumerator()

Returns

Type Description
IEnumerator<TreeListNode>

An IEnumerator<TreeListNode> object that can be used to iterate through the collection.

See Also