LayoutIterator.Reset() Method
Rewinds the iterator to its initial position.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v22.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Remarks
The Reset method cannot be used when a document layout is invalidated (after any document modification or after switching selection between subdocuments - main document, text box content, header, footer). To determine whether the layout is valid, use the LayoutIterator.IsLayoutValid property.
See Also