NavBarGroup.VisibleItemLinks Property
Gets the collection of currently visible links within the group.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
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