Back to Devexpress

NavLinkCollection.Group Property

windowsforms-devexpress-dot-xtranavbar-dot-navlinkcollection.md

latest1.1 KB
Original Source

NavLinkCollection.Group Property

Gets the NavBarControl’s group that owns the link collection.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
NavBarGroup

A NavBarGroup object that owns the link collection.

|

See Also

NavLinkCollection Class

NavLinkCollection Members

DevExpress.XtraNavBar Namespace