Skip to main content

CustomFieldCollection.GetEnumerator() Method

In This Article

Returns an enumerator that iterates through the collection.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

#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