NavItemCollection.Add(NavBarItem) Method
Adds the specified item to the collection.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v25.1.dll
NuGet Package: DevExpress.Win
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | NavBarItem | A NavBarItem object to add to the collection. |
Returns
| Type | Description |
|---|---|
| NavBarItem | The NavBarItem object added to the collection. This method returns the object passed as the method’s parameter. |
See Also