BarItemLinkHolderBase.SerializationName Property
In This Article
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
#Property Value
Type | Description |
---|---|
String | A String value that is the Bar |
#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