TileContainer.RestoreLayoutFromRegistry(String) Method
Restores the TileContainer‘s layout from a registry.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | A String value specifying a registry key which contains the layout to be loaded. If the specified key doesn’t exist, an exception is raised. |
Remarks
The RestoreLayoutFromRegistry method restores the TileContainer‘s layout, previously saved via the TileContainer.SaveLayoutToRegistry method.
See Also