Skip to main content
Box

LayoutIterator.Reset() Method

Rewinds the iterator to its initial position.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

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

Declaration

public void Reset()

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