Skip to main content
Tab

ASPxNavBar() Constructor

Initializes a new instance of the ASPxNavBar class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxNavBar()

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