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

ILinksHolder.MergedChildren Property

Gets the links that have been merged with the current container.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

MergedLinksHolderCollection MergedChildren { get; }

Property Value

Type Description
DevExpress.Xpf.Bars.MergedLinksHolderCollection

A BarItemLinkCollection object that contains the links merged with the current link container.

See Also