CustomFieldCollection.GetEnumerator() Method
Returns an enumerator that iterates through the collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
Returns
Type | Description |
---|---|
IEnumerator | A System.Collections.Generic.IEnumerator <T> object that can be used to iterate through the collection. |
See Also