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.v18.2.dll

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