Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapDockManager(IContainer) Constructor

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

    Namespace: DevExpress.Snap.Extensions

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

    NuGet Package: DevExpress.Win.Snap

    Declaration

    public SnapDockManager(
        IContainer container
    )

    Parameters

    Name Type Description
    container IContainer

    A IContainer object, specifying functionality for containers.

    See Also