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

NavBarGroup.VisibleItemLinks Property

Gets the collection of currently visible links within the group.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

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