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

NavBarDataFields.NavBar Property

Gets the navbar object to which the current object belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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