RichEditExtension.Open(RichEditDocumentInfo) Method
Activates a previously opened document.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
documentInfo | RichEditDocumentInfo | An object that contains information about the document to open. |
Returns
Type | Description |
---|---|
RichEditExtension | The RichEdit extension. |
Remarks
Use this method to open a document from a list of already opened documents maintained by the DocumentManager.
See Also