Skip to main content
Bar

MergingProperties.Name Attached Property

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

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.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 ToolBarControl and Bar with the Bar.IsMainMenu and Bar.IsStatusBar properties set to false.

To learn more about merging, see MergingProperties.ElementMergingBehavior.

See Also