Skip to main content
A newer version of this page is available. .

TileContainer.RestoreLayoutFromStream(Stream) Method

Restores the TileContainer‘s layout from a stream.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

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