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

BarItem.Links Property

Gets the collection of links to the item.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Links property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also