NavBarItemCollection(NavBarGroup) Constructor
Initializes a new instance of the NavBarItemCollection class with the specified owner.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | NavBarGroup | A NavBarGroup object specifying the group that owns the created collection. |
See Also