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

NavGroupCollection(NavBarControl) Constructor

Initializes a new instance of the NavGroupCollection class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public NavGroupCollection(
    NavBarControl navBar
)

Parameters

Name Type Description
navBar NavBarControl

The NavBarControl object that will own the group collection.

See Also