TileContainer.RestoreLayoutFromXml(String) 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 an XML file.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | A String value specifying the path to the XML file which contains the layout to be loaded. If the specified file doesn’t exist, an exception is raised. |
Remarks
The RestoreLayoutFromXml method restores the TileContainer‘s layout, previously saved via the TileContainer.SaveLayoutToXml method.
See Also