Skip to main content

IRichEditDocumentLoader Interface

Defines parameters for loading the document.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public interface IRichEditDocumentLoader

#Returned By

The RichEditControl.DocumentLoader property returns an instance of IRichEditDocumentLoader.

#Remarks

Use the RichEditControl.DocumentLoader property, to specify the format and URI of the document that is initially loaded.

See Also