Back to Devexpress

WorkspaceManager.RemoveWorkspace(String) Method

windowsforms-devexpress-dot-utils-dot-workspacemanager-dot-removeworkspace-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

WorkspaceManager.RemoveWorkspace(String) Method

Removes a workspace with the target name from the WorkspaceManager.Workspaces collection.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Parameters

NameTypeDescription
nameString

A String value that is the name under which the workspace is stored within the WorkspaceManager.Workspaces collection.

|

See Also

WorkspaceManager Class

WorkspaceManager Members

DevExpress.Utils Namespace