Back to Devexpress

NavBarGroup.VisibleItemLinks Property

windowsforms-devexpress-dot-xtranavbar-dot-navbargroup-ae5906a7.md

latest1.8 KB
Original Source

NavBarGroup.VisibleItemLinks Property

Gets the collection of currently visible links within the group.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
public NavReadOnlyLinkCollection VisibleItemLinks { get; }
vb
<Browsable(False)>
Public ReadOnly Property VisibleItemLinks As NavReadOnlyLinkCollection

Property Value

TypeDescription
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

NavBarItemLink.Visible

NavElement.Visible

NavBarGroup Class

NavBarGroup Members

DevExpress.XtraNavBar Namespace