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

RichEditExtension.Open(RichEditDocumentInfo) Method

Opens the specified document.

Namespace: DevExpress.Web.Mvc

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

Declaration

public RichEditExtension Open(
    RichEditDocumentInfo documentInfo
)

Parameters

Name Type Description
documentInfo RichEditDocumentInfo

A RichEditDocumentInfo object that contains information about the document to open.

Returns

Type Description
RichEditExtension

A RichEditExtension object representing the RichEdit extension.

Remarks

Use this method to open a document from a list of already opened documents maintained by the DocumentManager.

See Also