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

NavBarItem.NavBar Property

Gets the navbar object to which the current item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxNavBar NavBar { get; }

Property Value

Type Description
ASPxNavBar

A ASPxNavBar object representing the navbar that contains the current item.

Remarks

The NavBar property provides access to the navbar control whose ASPxNavBar.Items collection contains the current item.

See Also