Skip to main content
A newer version of this page is available. .

DockLayoutManager.RestoreLayoutFromStream(Stream) Method

Restores the layout of dock panes from a stream.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public void RestoreLayoutFromStream(
    Stream stream
)

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