Skip to main content
Bar

BarManager.RestoreLayoutFromXml(String) Method

In This Article

Restores the layout of bars from an XML file.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public virtual void RestoreLayoutFromXml(
    string xmlFile
)

#Parameters

Name Type Description
xmlFile String

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

See Also