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

BarItemLinkCollection() Constructor

Creates a new BarItemLinkCollection object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public BarItemLinkCollection()

Remarks

This constructor is automatically called when an item initializes its BarItem.Links property. Generally, you will not need to use it in your applications.

See Also