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

AdornerElementCollection.GetEnumerator() Method

Returns the object that iterates through the current AdornerElementCollection.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public IEnumerator<AdornerElement> GetEnumerator()

Returns

Type Description
IEnumerator<AdornerElement>

An IEnumerator object that iterates through this AdornerElementCollection.

See Also