OfficeDocumentBase<T> Class
In This Article
Contains the base settings that are common for RichEdit and Spreadsheet documents opened on the server and provides the means to operate the document (close or save a copy).
Namespace: DevExpress.Web.Office.Internal
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public abstract class OfficeDocumentBase<T> :
IDocumentInfo
where T : WorkSessionBase
#Type Parameters
Name | Description |
---|---|
T | The type of work session. |
#Implements
See Also