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

CustomFieldCollection.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public IEnumerator GetEnumerator()

Returns

Type Description
IEnumerator

A System.Collections.Generic.IEnumerator <T> object that can be used to iterate through the collection.

See Also