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

LayoutPageArea.Document Property

OBSOLETE

This property has become obsolete. Use a pair of methods - 'DevExpress.XtraRichEdit.API.Layout.DocumentLayout.BeginUpdateDocument(RangedLayoutElement element)', where 'element' is the LayoutPageArea instance, and the 'DevExpress.XtraRichEdit.API.Layout.DocumentLayout.EndUpdateDocument(SubDocument document)' method.

Provides access to the main document for which layout is calculated.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

[Obsolete("This property has become obsolete. Use a pair of methods - 'DevExpress.XtraRichEdit.API.Layout.DocumentLayout.BeginUpdateDocument(RangedLayoutElement element)', where 'element' is the LayoutPageArea instance, and the 'DevExpress.XtraRichEdit.API.Layout.DocumentLayout.EndUpdateDocument(SubDocument document)' method.", true)]
public Document Document { get; }

Property Value

Type Description
Document

A Document object that is the main document.

Remarks

The Document property provides access to the document loaded in the Rich Editor.

See Also