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