Skip to main content
Bar

BarItemLinkHolderBase.SerializationName Property

Gets or sets the BarItemLinkHolderBase object name used in Save/Restore Layout feature. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty]
public string SerializationName { get; set; }

#Property Value

Type Description
String

A String value that is the BarItemLinkHolderBase object name used in Save/Restore Layout feature.

#Remarks

Use the BarManager.SaveLayoutToXml or BarManager.SaveLayoutToStream method to save the BarManager's current layout to an XML file or stream respectively. This layout can further be restored via the BarManager.RestoreLayoutFromXml or BarManager.RestoreLayoutFromStream method. See the Saving and Restoring the Layout of Bars topic to learn more.

#Implements

DevExpress.Xpf.Bars.IBarsSerializableOwner.SerializationName
See Also