Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

LayoutIterator.Reset() Method

Rewinds the iterator to its initial position.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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