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

RichEditDocumentServerExtensions Class

Defines extension methods for the RichEditDocumentServer class.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use these methods in production code.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public static class RichEditDocumentServerExtensions

Remarks

To enable RichEditDocumentServer extensions, add a reference to the DevExpress.Docs.v20.2.dll assembly and explicitly import the DevExpress.XtraRichEdit namespace into the code with the using directive (Imports in Visual Basic).

You can call extension methods in the same way as instance methods of the RichEditDocumentServer object.

Inheritance

Object
RichEditDocumentServerExtensions
See Also