DockLayoutManager.RestoreLayoutFromStream(Stream) Method
SECURITY NOTE
Deserializing layout settings from untrusted resources may create security issues. Review the following help topic for additional information: Safe Deserialization.
Restores the layout of dock panes from 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 from which the layout of dock panes is restored. |
Remarks
See Saving and Restoring the Layout of Dock Panels and Controls to learn more.
See Also