RichEditDocumentServer.DocumentLayout Property
In This Article
Provides access to the document layout.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public DocumentLayout DocumentLayout { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
#Remarks
The DocumentLayout property provides access to properties and methods of the Layout API.
See Also