Skip to main content
Tab

NavBarItem.NavBar Property

Gets the navbar object to which the current item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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