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

NavBarItemCollection.Add() Method

Adds a new item to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public NavBarItem Add()

Returns

Type Description
NavBarItem

A NavBarItem object representing the newly created item.

Remarks

Use the Add method to add a new item with the default settings to the NavBarItemCollection object. You can modify properties of the obtained object to control the appearance and behavior of the added item.

See Also