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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public IEnumerator<T> GetEnumerator()

Returns

Type Description
IEnumerator<T>

A IEnumerator for the LayoutElementCollection<T> instance.

See Also