Skip to main content
Box

LayoutIterator.IsLayoutValid Property

Gets whether the document layout tree on which the iterator navigates is valid.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

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

Declaration

public bool IsLayoutValid { get; }

Property Value

Type Description
Boolean

True, if the document layout tree used by iterator equals to the document layout tree; otherwise, false.

Remarks

If the IsLayoutValid is false, create a new iterator for the current document layout using the LayoutIterator constructor.

See Also