IRichEditDocumentLoader Interface
This interface is obsolete. To load a document when the control is initialized, handle the Loaded event.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Related API Members
The following members return IRichEditDocumentLoader objects:
Remarks
Handle the Loaded event of the FrameworkElement and use the RichEditControl.LoadDocument method.
See Also