Skip to main content

NavLinkCollection.Group Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
NavBarGroup

A NavBarGroup object that owns the link collection.

See Also