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

AccordionControl.RestoreLayoutFromXml(String) Method

Loads the AccordionControl layout, stored in a local XML file.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void RestoreLayoutFromXml(
    string xmlFile
)

Parameters

Name Type Description
xmlFile String

A String value that is the path to the XML file that keeps the AccordionControl layout.

Remarks

To save the current AccordionControl layout to XML, use the AccordionControl.SaveLayoutToXml method. You can also use the Workspace Manager component for centralized application layout management.

See Also