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

NavBarItem.Group Property

Gets the group to which the current item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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