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

ASPxNavBar() Constructor

Initializes a new instance of the ASPxNavBar class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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