MergingProperties.Name Attached Property
In This Article
Gets or sets a “merge name”. This is an attached property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Returns
Type | Description |
---|---|
String | A merge name |
#Remarks
A regular bar can only be merged to another bar if they have matching captions (the Caption property), or if the Name attached property is set to the same value for these bars.
Tip
A regular bar is Tool
To learn more about merging, see MergingProperties.ElementMergingBehavior.
See Also