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

NavBarItemCollection(NavBarGroup) Constructor

Initializes a new instance of the NavBarItemCollection class with the specified owner.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v18.2.dll

Declaration

public NavBarItemCollection(
    NavBarGroup item
)

Parameters

Name Type Description
item NavBarGroup

A NavBarGroup object specifying the group that owns the created collection.

See Also