Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavBarItem.Links Property

Gets the collection of links which refer to the item.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

#Property Value

Type Description
NavReadOnlyLinkCollection

A NavReadOnlyLinkCollection collection containing links which refer to the item.

#Remarks

NavBarControls hold collections of groups and items. These can be accessed via the NavBarControl.Groups and NavBarControl.Items properties. Groups display links that refer to items in order to get their settings. Links are stored in each group’s NavBarGroup.ItemLinks collection.

The Links property allows you to access the collection of all links which refer to the item. This property value is represented by a NavReadOnlyLinkCollection object, which doesn’t provide the ability to modify the collection. You can only access individual links via this property.

See Also