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

ASPxRichEdit.Open(RichEditDocumentInfo) Method

Opens the specified document.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public void Open(
    RichEditDocumentInfo documentInfo
)

Parameters

Name Type Description
documentInfo RichEditDocumentInfo

A RichEditDocumentInfo object identifying the document to open.

Remarks

Use this method to open a document that has already been opened on the server and is maintained by the server DocumentManager.

See Also