SplitContainerControl.RestoreLayoutFromRegistry(String) Method
SECURITY NOTE
Deserializing layout settings from untrusted resources may create security issues. Review the following help topic for additional information: Safe Deserialization.
Loads the current SplitContainerControl‘s layout from the system registry.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | A String value which specifies the system registry path. If the specified path doesn’t exist, this method does nothing. |
Remarks
Use the SplitContainerControl.SaveLayoutToRegistry and RestoreLayoutFromRegistry methods to save and restore the current SplitContainerControl‘s layout to the system registry. See the Saving and Restoring Layouts to a File, Stream and System Registry topic for general information on saving and restoring the layouts of DevExpress .NET controls.