Skip to main content

NavBarGroupCollection(NavBarControl) Constructor

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

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public NavBarGroupCollection(
    NavBarControl navBar
)

Parameters

Name Type Description
navBar NavBarControl

A NavBarControl object specifying the control that owns the created collection.

See Also