Skip to main content

DockLayoutManager.SaveLayoutToStream(Stream) Method

Saves the layout of dock panes to a stream.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public void SaveLayoutToStream(
    Stream stream
)

#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 Also