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

NavBarGroup.VisibleItemLinks Property

Gets the collection of currently visible links within the group.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

#Property Value

Type Description
NavReadOnlyLinkCollection

A NavReadOnlyLinkCollection object containing the collection of group visible links.

#Remarks

Since the return value of the property is represented by a NavReadOnlyLinkCollection object, you cannot modify the collection of visible links. This object allows you to access items within it only.

Use the NavBarItemLink.Visible property to specify the visibility of a link.

See Also