BarItemLinkCollection(Object) Constructor
Creates a new BarItemLinkCollection object with the specified owner.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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