Back to Devexpress

IRichEditDocumentLoader Interface

wpf-devexpress-dot-xpf-dot-richedit-da9436a3.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public interface IRichEditDocumentLoader
vb
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

IRichEditDocumentLoader Members

LoadDocument

DevExpress.Xpf.RichEdit Namespace