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