NavBarDataFields.NavBar Property
In This Article
Gets the navbar object to which the current object belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#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