WorkspaceManager.SaveWorkspaces(Stream) Method
In This Article
Saves all workspaces in the WorkspaceManager.Workspaces collection to the target stream.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream to which Workspace |
See Also