Skip to main content

NavItemCollection(NavBarControl) Constructor

Initializes a new instance of the NavItemCollection class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public NavItemCollection(
    NavBarControl navBar
)

Parameters

Name Type Description
navBar NavBarControl

The NavBarControl object that will own the collection.

See Also