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

NavBarGroupCollection(NavBarControl) Constructor

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

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public NavBarGroupCollection(
    NavBarControl navBar
)

Parameters

Name Type Description
navBar NavBarControl

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

See Also