Back to Devexpress

RichEditControl.DocumentLoader Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-1872c978.md

latest1.4 KB
Original Source

RichEditControl.DocumentLoader Property

Gets or sets the object that provides the IRichEditDocumentLoader interface and can be used to load a document.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public IRichEditDocumentLoader DocumentLoader { get; set; }
vb
Public Property DocumentLoader As IRichEditDocumentLoader

Property Value

Type
IRichEditDocumentLoader

Remarks

You are advised against using the DocumentLoader property. Handle the Loaded event and use the RichEditControl.LoadDocument method instead.

See Also

LoadDocument

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace