Skip to main content

DockLayoutManager.RestoreLayoutFromXml(String) Method

In This Article

Restores the layout of dock panes from an XML file.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.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.

See Also