Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

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