WorkspaceManager.RenameWorkspace(String, String) Method
Renames the specified workspace.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| oldName | String | A String that specifies the name of the workspace to be renamed. |
| newName | String | A String that specifies the new name for the specified workspace. |
Implements
See Also