Skip to main content

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

Restores the TileContainer‘s layout from a stream.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void RestoreLayoutFromStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object from which a layout for the TileContainer should be loaded. If the specified stream does not exist, an exception is raised.

Remarks

The RestoreLayoutFromStream method restores the TileContainer‘s layout, previously saved via the TileContainer.SaveLayoutToStream method.

See Also