Skip to main content
A newer version of this page is available. .

DockLayoutManager.RestoreLayoutFromXml(String) Method

Restores the layout of dock panes from an XML file.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public void RestoreLayoutFromXml(
    string path
)

Parameters

Name Type Description
path String

An XML file from that contains the layout of dock panes to be loaded.

Remarks

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

See Also