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

IWorkspaceManager.RemoveWorkspace(String) Method

Removes the workspace with the specified name.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

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