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

RichEditDocumentServer.DocumentLayout Property

Provides access to the document layout.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public DocumentLayout DocumentLayout { get; }

Property Value

Type Description
DocumentLayout

A DocumentLayout object.

Remarks

The DocumentLayout property provides access to properties and methods of the Layout API.

See Also