Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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