NavLinkCollection(NavBarGroup) Constructor
Initializes a new instance of the NavLinkCollection class.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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