Skip to main content

RichEditControl.Document Property

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

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v14.2.dll

#Declaration

[Browsable(false)]
public Document Document { get; }

#Property Value

Type Description
Document

A Document interface representing a document loaded in the control.

#Remarks

The Document property is the main access point to the DXRichEdit API.

#Implements

See Also