Skip to main content

WorkspaceManager.LoadWorkspaces(Stream) Method

SECURITY-RELATED CONSIDERATIONS

Deserializing layout settings from untrusted resources may create security issues. Review the following help topic for additional information: Safe Deserialization.

Loads all workspaces in the target stream into the WorkspaceManager.Workspaces collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v25.2.dll

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

Declaration

public void LoadWorkspaces(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream that stores workspaces to be loaded.

See Also