Skip to main content
Tab

NavBarGroup.NavBar Property

Gets the navbar object to which the current group belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ASPxNavBar NavBar { get; }

#Property Value

Type Description
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