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

NavBarItemCollection(NavBarGroup) Constructor

Initializes a new instance of the NavBarItemCollectionclass specifying its owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarItemCollection(
    NavBarGroup group
)

Parameters

Name Type Description
group NavBarGroup

A NavBarGroup object specifying the navbar group that will own the collection.

Remarks

This constructor is used to create a new instance of the NavBarItemCollection class specifying the navbar group to which the collection belongs.

See Also