Skip to main content

NavLinkCollection(NavBarGroup) Constructor

Initializes a new instance of the NavLinkCollection class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

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