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

IRichEditControl.Document Property

Provides access to a Document interface representing the control’s document.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

Document Document { get; }

Property Value

Type Description
Document

A Document interface representing a document loaded in the control.

See Also