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

RichEditDocumentInfo(RichEditWorkSession) Constructor

Initializes a new instance of the RichEditDocumentInfo class.

Namespace: DevExpress.Web.Office

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

Declaration

public RichEditDocumentInfo(
    RichEditWorkSession workSession
)

Parameters

Name Type Description
workSession DevExpress.Web.ASPxRichEdit.Internal.RichEditWorkSession

A RichEditWorkSession object representing the session to which the created object belongs.

See Also