NavBarItems(ASPxNavBar) Constructor
Initializes a new instance of the NavBarItems class with the specified owner.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
navBar | ASPxNavBar | An ASPxNavBar object that represents the navbar to which the currently created collection belongs. |
Remarks
This constructor is used to create a new instance of the NavBarItems class and initialize it with the specified owner.
See Also