Skip to main content

NavBarItem.Links Property

Gets the collection of links which refer to the item.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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