Skip to main content
Bar

BarItemLinkCollection() Constructor

Creates a new BarItemLinkCollection object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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