Skip to main content
A newer version of this page is available. .

Bar.MergeSource Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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