DevExpress.Web.Office Namespace
Contains classes that implement the document management functionality common for DevExpress ASP.NET Office controls (ASPxRichEdit and ASPxSpreadsheet).
Assemblies: DevExpress.Web.ASPxRichEdit.v20.2.dll, DevExpress.Web.ASPxSpreadsheet.v20.2.dll, DevExpress.Web.v20.2.dll
NuGet Packages: DevExpress.Web.Office, DevExpress.Web
Classes
| Name | Description |
|---|---|
| DocumentManager static | A server document manager that provides the means to operate the currently opened office documents. |
| DocumentSavingEventArgs | Provides data for the ASPxRichEdit.Saving and ASPxSpreadsheet.Saving events. |
| RichEditDocumentInfo | Contains settings of a RichEdit document opened on the server and provides the means to operate the document (close or save a copy). |
| SpreadsheetDocumentInfo | Contains settings of a Spreadsheet document opened on the server and provides the means to operate the document (close or save a copy). |
Interfaces
| Name | Description |
|---|---|
| IDocumentInfo | Declares members to store information about an open office document and to operate it on the server (to close or save a copy). |
Delegates
| Name | Description |
|---|---|
| DocumentAutoSavingEventHandler | A method that will handle the DocumentManager.AutoSaving event. |
| DocumentSavingEventHandler | A method that will handle the DocumentManager.AutoSaving event. |
Enums
| Name | Description |
|---|---|
| MultiUserConflict | Lists values specifying possible reasons for multi-user conflicts. |
| MultiUserConflictResolve | Lists values specifying how to resolve an open document’s multi-user conflict. |