Back to Devexpress

Bar.MergeSource Property

windowsforms-devexpress-dot-xtrabars-dot-bar-e6541739.md

latest1.4 KB
Original Source

Bar.MergeSource Property

Gets the collection of item links that have 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 BarItemLinkReadOnlyCollection MergeSource { get; }
vb
<Browsable(False)>
Public ReadOnly Property MergeSource As BarItemLinkReadOnlyCollection

Property Value

TypeDescription
BarItemLinkReadOnlyCollection

A BarItemLinkReadOnlyCollection collection that specifies the collection of item links that have been merged into the current bar.

|

See Also

IsMerged

MDI Merging

Bar Class

Bar Members

DevExpress.XtraBars Namespace