Back to Devexpress

Bar.IsMerged Property

windowsforms-devexpress-dot-xtrabars-dot-bar-3e115da7.md

latest1.3 KB
Original Source

Bar.IsMerged Property

Gets whether another bar has been merged into the current bar.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if another bar has been merged into the current bar; otherwise, false.

|

See Also

MdiMenuMergeStyle

MergeSource

MDI Merging

Bar Class

Bar Members

DevExpress.XtraBars Namespace