WorkspaceManager(IContainer) Constructor
In This Article
Initializes a new instance of the WorkspaceManager class with the specified settings.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public WorkspaceManager(
IContainer container
)
#Parameters
Name | Type | Description |
---|---|---|
container | IContainer | An IContainer that is the target control of the newly created Workspace |
See Also