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

WorkspaceManager Class

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.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v17.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "WorkspaceManager")]
[ToolboxTabName("DX.17.2: Components")]
public class WorkspaceManager :
    Component

The following members accept/return WorkspaceManager objects:

Remarks

Workspace Manager is a tiny but powerful tool that detects other DevExpress components used in the application and provides a centralized way to save/load their layouts as one global workspace.

WSM - Full Menu

See the Workspace Manager topic to learn more.

Inheritance

See Also