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