Skip to main content

NavBarItemCollection(NavBarGroup) Constructor

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

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v24.1.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public NavBarItemCollection(
    NavBarGroup item
)

Parameters

Name Type Description
item NavBarGroup

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

See Also