Skip to main content

WorkspaceManager.RenameWorkspace(String, String) Method

Renames a specified workspace.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v14.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