Skip to main content
A newer version of this page is available. .

WorkspaceManager.RenameWorkspace(String, String) Method

Renames the specified workspace.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public void RenameWorkspace(
    string oldName,
    string newName
)

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.

See Also