Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarManager.SaveLayoutToXml(String) Method

Saves the layout of bars to an XML file.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public virtual void SaveLayoutToXml(
    string xmlFile
)

#Parameters

Name Type Description
xmlFile String

An XML file to which the layout is stored.

#Remarks

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

Note

For the layout of bars to be saved, set the DevExpress.Xpf.Core.Serialization.DXSerializer.DXSerializer.SerializationID attached property for a BarManager to any object (for example, a string).

See Also