WorkspaceManager.RemoveWorkspace(String) Method
In This Article
Removes the workspace with the specified name.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String that specifies the name of the workspace to be removed. |
#Implements
See Also