Back to Devexpress

NavBarGroup.NavBar Property

aspnet-devexpress-dot-web-dot-navbargroup.md

latest1.2 KB
Original Source

NavBarGroup.NavBar Property

Gets the navbar object to which the current group 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

An ASPxNavBar object representing the navbar that contains the group.

|

Remarks

The NavBar property provides access to the navbar control whose ASPxNavBar.Groups collection contains the current group.

See Also

Navigation Bar

NavBarGroup Class

NavBarGroup Members

DevExpress.Web Namespace