Skip to main content
A newer version of this page is available. .

RichEditDocumentInfo Class

Contains settings of a RichEdit document opened on the server and provides the means to operate the document (close or save a copy).

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.ASPxRichEdit.v20.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public class RichEditDocumentInfo :
    OfficeDocumentBase<RichEditWorkSession>

Remarks

A RichEditDocumentInfo class instance can be used when type casting the result of the DocumentManager.FindDocument or DocumentManager.GetAllDocuments method.

Implements

Inheritance

Object
OfficeDocumentBase<DevExpress.Web.ASPxRichEdit.Internal.RichEditWorkSession>
RichEditDocumentInfo
See Also