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

LayoutElementCollection<T>.GetEnumerator() Method

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

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public IEnumerator<T> GetEnumerator()

Returns

Type Description
IEnumerator<T>

A IEnumerator for the LayoutElementCollection<T> instance.

See Also