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

BarItemLinkCollection(ILinksHolder) Constructor

Initializes a new instance of the BarItemLinkCollection class with the specified settings.

Namespace: DevExpress.Xpf.Bars

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

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

Declaration

public BarItemLinkCollection(
    ILinksHolder holder
)

Parameters

Name Type Description
holder ILinksHolder

An ILinksHolder object that owns this BarItemLinkCollection.

See Also