Skip to main content

IWorkspaceManager.RemoveWorkspace(String) Method

In This Article

Removes a workspace with the specified name.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

void RemoveWorkspace(
    string name
)

#Parameters

Name Type Description
name String

A String that specifies the name of the workspace to be removed.

See Also