InitialState Enum
Used by the LayoutIterator.Reset method to specify the initial position of the iterator.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Start
|
Initial position at the document’s start. |
End
|
Initial position at the document’s end. |
See Also