Skip to main content

DockLayoutManager.RestoreLayoutFromStream(Stream) Method

In This Article

Restores the layout of dock panes from a stream.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.dll

#Declaration

public void RestoreLayoutFromStream(
    Stream stream
)

#Parameters

Name Type Description
stream Stream

A stream from which the layout of dock panes is restored.

See Also