Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public interface IRichEditDocumentLoader

The following members return IRichEditDocumentLoader objects:

Remarks

Handle the Loaded event of the FrameworkElement and use the RichEditControl.LoadDocument method.

See Also