NavBarItemCollection.Add() Method
In This Article
Adds a new item to the end of the collection and returns the newly created object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Returns
Type | Description |
---|---|
Nav |
A Nav |
#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