Skip to main content
Bar

BarItemLinkBase.MergeType Property

Gets or sets how the item link behaves during merge operations.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty]
public BarItemMergeType MergeType { get; set; }

#Property Value

Type Description
BarItemMergeType

A BarItemMergeType value specifying how the bar item link behaves during merge operations.

#Remarks

During merging, the bar item links of a child BarManager are added to a bar/link container of the parent BarManager. The MergeType property specifies how bar item links behave during merging. You can specify whether the bar item links of a child BarManager's bar should be added to the parent BarManager's bar (this is the default behavior), should replace the matching bar item links on the parent BarManager or should simply be removed. Refer to the BarItemMergeType type description for more information.

The MDI Bar Merging document covers information related to merging bars.

See Also