RichEditControl.InvalidateDocumentLayout() Method
Invalidates the entire document layout.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Remarks
The InvalidateDocumentLayout method may be useful when you custom paint the document layout and need to redraw it due to custom changes that don’t lead to automatic repainting.
See Also