Skip to main content

TreeListColumnCollection.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v24.1.dll

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

Declaration

public IEnumerator<TreeListColumn> GetEnumerator()

Returns

Type Description
IEnumerator<TreeListColumn>

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

See Also