Skip to main content

NavBarItemLink.Group Property

Gets an object representing the group to which a link corresponds.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public NavBarGroup Group { get; }

Property Value

Type Description
NavBarGroup

A NavBarGroup object representing the group to which a link corresponds.

Remarks

Groups hold collections of links stored in their NavBarGroup.ItemLinks property. NavBarItemLink objects refer to groups to which they belong via the Group property.

See Also