Skip to main content
A newer version of this page is available. .

RichEditControl.InvalidateDocumentLayout() Method

Invalidates the entire document layout.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public void InvalidateDocumentLayout()

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