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

OfficeNavigationBar.RestoreLayoutFromXml(String) Method

Saves the OfficeNavigationBar layout to an XML file.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void RestoreLayoutFromXml(
    string xmlFile
)

Parameters

Name Type Description
xmlFile String

A path to an XML file that stores the layout.

See Also