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

WorkspaceManager.RemoveWorkspace(String) Method

Removes the workspace with the specified name.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public void RemoveWorkspace(
    string name
)

Parameters

Name Type Description
name String

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

See Also