Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IRichEditDocumentServer Interface

Interface of a rich text engine providing the essential Rich Editor functionality.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v21.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public interface IRichEditDocumentServer :
    IBatchUpdateable,
    IServiceContainer,
    IServiceProvider,
    IDisposable

The following members return IRichEditDocumentServer objects:

Library Related API Members
WinForms Controls RichEditControl.CreateDocumentServer()
SnapControl.CreateDocumentServer()
WPF Controls RichEditControl.CreateDocumentServer()
See Also