NavItemCollection.Add(NavBarItem) Method
In This Article
Adds the specified item to the collection.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
item | Nav |
A Nav |
#Returns
Type | Description |
---|---|
Nav |
The Nav |
See Also