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

NavLinkCollection(NavBarGroup) Constructor

Initializes a new instance of the NavLinkCollection class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.2.dll

Declaration

public NavLinkCollection(
    NavBarGroup group
)

Parameters

Name Type Description
group NavBarGroup

The NavBarGroup object that will own the created link collection. This value is assigned to the NavLinkCollection.Group property.

See Also