A newer version of this page is available.
Switch to the current version.
ASPxRichEdit.Open(RichEditDocumentInfo) Method
Opens the specified document.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll
Declaration
public void Open(
RichEditDocumentInfo documentInfo
)
Public Sub Open(
documentInfo As RichEditDocumentInfo
)
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
Feedback