Back to Devexpress

NavBarDataFields.NavBar Property

aspnet-devexpress-dot-web-dot-navbardatafields.md

latest1.3 KB
Original Source

NavBarDataFields.NavBar Property

Gets the navbar object to which the current object belongs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxNavBar NavBar { get; }
vb
Public ReadOnly Property NavBar As ASPxNavBar

Property Value

TypeDescription
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

NavBarDataFields Class

NavBarDataFields Members

DevExpress.Web Namespace