RichEditControl.Document Property
In This Article
Provides access to a Document interface representing the control's document.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v14.2.dll
#Declaration
#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.
See Also