DockLayoutManager.SaveLayoutToStream(Stream) Method
Saves the layout of dock panes to a stream.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A stream to which the layout is stored. |
Remarks
The saved layout can be restored using the DockLayoutManager.RestoreLayoutFromStream method.
See Saving and Restoring the Layout of Dock Panels and Controls to learn more.
See Also