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. |
See Also