Skip to main content

SplitContainerControl.SaveLayoutToStream(Stream) Method

Saves the current SplitContainerControl‘s layout to a stream.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void SaveLayoutToStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A stream where the layout should be stored.

Remarks

Use the SaveLayoutToStream and SplitContainerControl.RestoreLayoutFromStream methods to save and restore the current SplitContainerControl‘s layout to a stream. See the Saving and Restoring Layouts to a File, Stream and System Registry topic for general information on saving and restoring the layouts of DevExpress .NET controls.

See Also