Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

LayoutElementCollection<T>.GetEnumerator() Method

Returns an enumerator that iterates through the LayoutElementCollection<T> instance.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public IEnumerator<T> GetEnumerator()

Returns

Type Description
IEnumerator<T>

A IEnumerator for the LayoutElementCollection<T> instance.

See Also