TileContainer.RestoreLayoutFromStream(Stream) Method
Restores the TileContainer‘s layout from a stream.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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