Back to Devexpress

BarItemLink.IsMerged Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-298c9aec.md

latest1.7 KB
Original Source

BarItemLink.IsMerged Property

Gets whether this BarItemLink is merged from a child Bar.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public bool IsMerged { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty>
Public ReadOnly Property IsMerged As Boolean

Property Value

TypeDescription
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

IsMerged

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace