Skip to main content
Tab

NavBarItem.Group Property

Gets the group to which the current item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public NavBarGroup Group { get; }

#Property Value

Type Description
NavBarGroup

A NavBarGroup object representing the group that contains the item.

#Remarks

The Group property provides access to the group object whose NavBarGroup.Items collection contains the current item.

See Also