Skip to main content

DockLayoutManager.SaveLayoutToXml(String) Method

Saves the layout of dock panes to an XML file.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public void SaveLayoutToXml(
    string path
)

#Parameters

Name Type Description
path String

An XML file to which the layout is stored.

#Remarks

The saved layout can be restored using the DockLayoutManager.RestoreLayoutFromXml method.

See Also