Back to Devexpress

DevExpress.Web.Office Namespace

aspnet-devexpress-dot-web-0c0847dd.md

latest2.3 KB
Original Source

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.v25.2.dll, DevExpress.Web.ASPxSpreadsheet.v25.2.dll, DevExpress.Web.v25.2.dll

NuGet Packages : DevExpress.Web.Office, DevExpress.Web

Classes

NameDescription
DocumentManager staticA server document manager that allows you to operate the currently opened office documents.
DocumentSavingEventArgsProvides data for document saving events.
RichEditDocumentInfoContains information about a Rich Text Editor document and allows you to close the document or save a copy.
SpreadsheetDocumentInfoContains information about a Spreadsheet document and allows you to close the document or save a copy.

Interfaces

NameDescription
IDocumentInfoDeclares members to store information about an office document and to operate it on the server (to close or save a copy).

Delegates

NameDescription
DocumentAutoSavingEventHandlerA method that handles the DocumentManager.AutoSaving event.
DocumentSavingEventHandlerA method that will handle the DocumentManager.AutoSaving event.

Enums

NameDescription
MultiUserConflictLists values specifying possible reasons for multi-user conflicts.
MultiUserConflictResolveLists values specifying how to resolve an open document’s multi-user conflict.