Skip to main content

SplitContainerControl.SaveLayoutToRegistry(String) Method

Saves the current SplitContainerControl‘s layout to the system registry.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void SaveLayoutToRegistry(
    string path
)

Parameters

Name Type Description
path String

A String value that is the system registry path to which the current SplitContainerControl‘s layout should be saved.

Remarks

Use the SaveLayoutToRegistry and SplitContainerControl.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.

Tip

You can utilize the Persistence Behavior or Workspace Manager component to save and restore layouts for all supported DevExpress controls at once.

See Also