Skip to main content

WorkspaceManager.RemoveWorkspace(String) Method

Removes a workspace with a specified name.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v14.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