ASPxClientNavBarItem.group Property
Gets the group to which the current item belongs.
Declaration
group: ASPxClientNavBarGroup
Property Value
| Type | Description |
|---|---|
| ASPxClientNavBarGroup | An ASPxClientNavBarGroup object representing the group to which the item belongs. |
Remarks
Use the group property to identify and access the group which owns the current item.
See Also