Skip to main content
Box

LayoutElementCollection<T>.GetEnumerator() Method

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

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public IEnumerator<T> GetEnumerator()

Returns

Type Description
IEnumerator<T>

A IEnumerator for the LayoutElementCollection<T> instance.

Implements

See Also