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

NavBarGroup.NavBar Property

Gets the navbar object to which the current group belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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