Back to Devexpress

WorkspaceManager.RemoveWorkspace(String) Method

wpf-devexpress-dot-xpf-dot-core-dot-workspacemanager-dot-removeworkspace-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

WorkspaceManager.RemoveWorkspace(String) Method

Removes the workspace with the specified name.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void RemoveWorkspace(
    string name
)
vb
Public Sub RemoveWorkspace(
    name As String
)

Parameters

NameTypeDescription
nameString

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

|

Implements

RemoveWorkspace(String)

See Also

Workspaces

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Xpf.Core Namespace