Skip to main content
A newer version of this page is available. .

OfficeDocumentBase(T) Constructor

Initializes new instance of the OfficeDocumentBase<T> class with the specified settings.

Namespace: DevExpress.Web.Office.Internal

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public OfficeDocumentBase(
    T workSession
)

Parameters

Name Type Description
workSession T

An object representing the current work session.

See Also