Skip to main content
A newer version of this page is available. .

NavItemCollection.Add(NavBarItem) Method

Adds the specified item to the collection.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public NavBarItem Add(
    NavBarItem item
)

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