LayoutElementCollection<T>.GetEnumerator() Method
Returns an enumerator that iterates through the LayoutElementCollection<T> instance.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
IEnumerator<T> | A IEnumerator for the LayoutElementCollection<T> instance. |
Implements
See Also