Skip to main content

DockLayoutManager.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 layout of dock panes from an XML file.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public void RestoreLayoutFromXml(
    string path
)

Parameters

Name Type Description
path String

An XML file that contains the layout of dock panes.

Remarks

See Saving and Restoring the Layout of Dock Panels and Controls to learn more.

See Also