NavBarItem.Group Property
In This Article
Gets the group to which the current item belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#Remarks
The Group property provides access to the group object whose NavBarGroup.Items collection contains the current item.
See Also