Back to Devexpress

NavItemCollection.Add(NavBarItem) Method

windowsforms-devexpress-dot-xtranavbar-dot-navitemcollection-dot-add-x28-devexpress-dot-xtranavbar-dot-navbaritem-x29.md

latest1.4 KB
Original Source

NavItemCollection.Add(NavBarItem) Method

Adds the specified item to the collection.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public NavBarItem Add(
    NavBarItem item
)
vb
Public Function Add(
    item As NavBarItem
) As NavBarItem

Parameters

NameTypeDescription
itemNavBarItem

A NavBarItem object to add to the collection.

|

Returns

TypeDescription
NavBarItem

The NavBarItem object added to the collection. This method returns the object passed as the method’s parameter.

|

See Also

NavItemCollection Class

NavItemCollection Members

DevExpress.XtraNavBar Namespace