Back to Devexpress

TreeListMultiSelection.GetEnumerator() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelistmultiselection-bce25a93.md

latest1.4 KB
Original Source

TreeListMultiSelection.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public IEnumerator<TreeListNode> GetEnumerator()
vb
Public Function GetEnumerator As IEnumerator(Of TreeListNode)

Returns

TypeDescription
IEnumerator<TreeListNode>

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

|

See Also

TreeListMultiSelection Class

TreeListMultiSelection Members

DevExpress.XtraTreeList Namespace