IRichEditControl.Document Property
Provides access to a Document interface representing the control’s document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Document | A Document interface representing a document loaded in the control. |
See Also