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

SnapDocumentManager(IContainer) Constructor

Initializes a new instance of the SnapDocumentManager class with the specified container.

Namespace: DevExpress.Snap.Extensions

Assembly: DevExpress.Snap.v19.1.Extensions.dll

Declaration

public SnapDocumentManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object that implements the IContainer interface.

See Also