Skip to main content
Bar

BarItemLinkCollection(Object) Constructor

Creates a new BarItemLinkCollection object with the specified owner.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarItemLinkCollection(
    object owner
)

Parameters

Name Type Description
owner Object

An object which will own the new collection.

Remarks

This constructor is automatically called when the bar’s Bar.ItemLinks, popup menu’s PopupMenuBase.ItemLinks and container item’s BarCustomContainerItem.ItemLinks properties are initialized. Generally, you will not need to use it in your applications.

See Also