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.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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