Back to Devexpress

MergingProperties.Name Attached Property

wpf-devexpress-dot-xpf-dot-bars-dot-mergingproperties.md

latest1.6 KB
Original Source

MergingProperties.Name Attached Property

Gets or sets a “merge name”. This is an attached property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

See GetName(DependencyObject) and SetName(DependencyObject, String).

Returns

TypeDescription
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 ToolBarControl and Bar with the Bar.IsMainMenu and Bar.IsStatusBar properties set to false.

To learn more about merging, see MergingProperties.ElementMergingBehavior.

See Also

ElementMergingBehavior

MergingProperties Class

MergingProperties Members

DevExpress.Xpf.Bars Namespace