Skip to main content
All docs
V21.2

SnapDocumentManager(IContainer) Constructor

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

Namespace: DevExpress.Snap.Extensions

Assembly: DevExpress.Snap.v21.2.Extensions.dll

NuGet Package: DevExpress.Win.Snap

Declaration

public SnapDocumentManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object that implements the IContainer interface.

See Also