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

TreeListColumnCollection.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

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