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

WorkspaceManager(IContainer) Constructor

Initializes a new instance of the WorkspaceManager class with the specified settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public WorkspaceManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An IContainer that is the target control of the newly created WorkspaceManager object.

See Also