Skip to main content

ASPxClientNavBarItem.navBar Property

Gets the navbar to which the current item belongs.

#Declaration

TypeScript

#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