Skip to main content
Tab

NavBarDataFields.NavBar Property

Gets the navbar object to which the current object 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 control owning the current object.

#Remarks

The NavBar property provides access to the navbar control whose ASPxNavBar.GroupDataFields or ASPxNavBar.ItemDataFields collection is represented by the current object’s ancestor.

See Also