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.v20.2.dll

NuGet Package: DevExpress.Win

Declaration

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

Property Value

Type Description
NavBarGroup

A NavBarGroup object that owns the link collection.

See Also