ASPxNavBar() Constructor
Initializes a new instance of the ASPxNavBar class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
This constructor is used to create a new instance of the navbar control with the default settings. Use the ASPxNavBar.Groups property of the newly created object to access a collection of navbar groups and add new groups to the control. An individual group can be populated with items by using the means provided by the group’s NavBarGroup.Items collection.
See Also