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.v18.2.dll

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