Skip to main content

RichEditControl.InvalidateDocumentLayout() Method

Invalidates the entire document layout.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: 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