Skip to main content
Tab

NavBarItemCollection() Constructor

Initializes a new instance of the NavBarItemCollection class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarItemCollection()

Remarks

The default constructor creates a new instance of the NavBarItemCollection class and initializes its properties to their default values.

Note

This constructor is primarily used by control developers.

See Also