Skip to main content

CustomFieldCollection.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.1.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