Skip to main content
Box

LayoutIterator.MovePrevious(LayoutLevel) Method

Navigates to the previous layout element of the specified level in the layout tree.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

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

Declaration

public bool MovePrevious(
    LayoutLevel layoutLevel
)

Parameters

Name Type Description
layoutLevel LayoutLevel

A LayoutLevel enumeration member which specifies the level of the element to which iterator navigates.

Returns

Type Description
Boolean

True, on a successful navigation; otherwise, false.

Remarks

If navigation is successful, the LayoutIterator.Current property contains the layout element to which the LayoutIterator has moved.

The MovePrevious method can be used to skip elements on levels lower than the one specified.

See Also