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

NavLinkCollection.Group Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v21.1.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

[Browsable(false)]
public NavBarGroup Group { get; }

Property Value

Type Description
NavBarGroup

A NavBarGroup object that owns the link collection.

See Also