Skip to main content
Box

InitialState Enum

Used by the LayoutIterator.Reset method to specify the initial position of the iterator.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

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

Declaration

public enum InitialState

Members

Name Description
Start

Initial position at the document’s start.

End

Initial position at the document’s end.

See Also