Skip to main content
Bar

BarItem.Links Property

Gets the collection of links to the item.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

Property Value

Type Description
BarItemLinkCollection

A BarItemLinkCollection object representing the item’s link collection.

Remarks

Use the Links property to manage the links that correspond to a single item. The BarItemLinkCollection object returned by this property enables you to add, delete and access individual item links. You can use the collection’s BarItemLinkCollection.Add or BarItemLinkCollection.Insert methods to add a new link. The BarItemLinkCollection.Remove method can be used to remove the desired link.

See Also