Back to Devexpress

NavBarItem.NavBar Property

aspnet-devexpress-dot-web-dot-navbaritem.md

latest1.2 KB
Original Source

NavBarItem.NavBar Property

Gets the navbar object to which the current item belongs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxNavBar NavBar { get; }
vb
Public ReadOnly Property NavBar As ASPxNavBar

Property Value

TypeDescription
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

Group

Navigation Bar

NavBarItem Class

NavBarItem Members

DevExpress.Web Namespace