Skip to main content

Bar.MergeSource Property

Gets the collection of item links that have been merged into the current bar.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public BarItemLinkReadOnlyCollection MergeSource { get; }

Property Value

Type Description
BarItemLinkReadOnlyCollection

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

See Also