LayoutIterator.IsLayoutValid Property
Gets whether the document layout tree on which the iterator navigates is valid.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
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