Back to Devexpress

TreeListColumnCollection.GetEnumerator() Method

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumncollection-fd0fd07f.md

latest1.5 KB
Original Source

TreeListColumnCollection.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Returns

TypeDescription
IEnumerator<TreeListColumn>

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

|

See Also

TreeListColumnCollection Class

TreeListColumnCollection Members

DevExpress.XtraTreeList.Columns Namespace