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

WorkspaceManager Constructors

Manages layouts of all DevExpress controls in the application as one global workspace. Workspaces can be saved and restored to (from) a local storage or stream.
Name Parameters Description
WorkspaceManager() none Initializes a new instance of the WorkspaceManager class with the default settings.
WorkspaceManager(IContainer) container Initializes a new instance of the WorkspaceManager class with the specified settings.
See Also