Skip to main content
Bar

BarItemLink.IsMerged Property

Gets whether this BarItemLink is merged from a child Bar.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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