Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

DocumentLayout Class

Provides access to the Layout API.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public class DocumentLayout :
    IDisposable

The following members return DocumentLayout objects:

Library Related API Members
WinForms Controls RichEditControl.DocumentLayout
WPF Controls RichEditControl.DocumentLayout
Office File API RichEditDocumentServer.DocumentLayout

Remarks

The DocumentLayout class is the starting point for the Layout API. Methods of the DocumentLayout class enable access to layout elements of the document. Events of this class are raised during the process of layout recalculation, providing essential information on the process.

Use the RichEditControl.DocumentLayout (WinForms) or the RichEditControl.DocumentLayout property (WPF) to get the DocumentLayout object.

Inheritance

Object
DocumentLayout
See Also