Skip to main content

WorkspaceManager.SaveWorkspaces(Stream) Method

Saves all workspaces in the WorkspaceManager.Workspaces collection to the target stream.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void SaveWorkspaces(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream to which WorkspaceManager workspaces should be saved.

See Also