Back to Devexpress

IRichEditControl.Document Property

officefileapi-devexpress-dot-xtrarichedit-dot-iricheditcontrol.md

latest1.2 KB
Original Source

IRichEditControl.Document Property

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

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
Document Document { get; }
vb
ReadOnly Property Document As Document

Property Value

TypeDescription
Document

A Document interface representing a document loaded in the control.

|

See Also

IRichEditControl Interface

IRichEditControl Members

DevExpress.XtraRichEdit Namespace