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

SnapDockManager(IContainer) Constructor

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

Namespace: DevExpress.Snap.Extensions

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

Declaration

public SnapDockManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

A IContainer object, specifying functionality for containers.

See Also