Skip to main content

SplitContainerControl.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.

Loads the current SplitContainerControl‘s layout from the specific stream.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.1.dll

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

Declaration

public void RestoreLayoutFromStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

The Stream from which the the current SplitContainerControl‘s layout should be restored.

Remarks

Use the SplitContainerControl.SaveLayoutToStream and 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