Skip to main content

IWorkspaceManager.RenameWorkspace(String, String) Method

Renames the specified workspace.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

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