Skip to main content
A newer version of this page is available. .
Bar

BarItemLink.IsMerged Property

Gets whether this BarItemLink is merged from a child Bar.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public bool IsMerged { get; }

Property Value

Type Description
Boolean

true, if this BarItemLink is merged from a child Bar; otherwise, false.

Remarks

The IsMerged property equals false if this Bar Item Link originally belonged to the current Bar. You can also check if a Bar itself is merged with other Bars via the Bar.IsMerged property.

See Also