NavBarItemCollection.Add(String, String, String, String) Method
Adds a new item to the collection and specifies the item’s display text, name, associated image and URL.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value specifying the item’s display text. Initializes the item’s Nav |
name | String | A String value specifying the name which indentifies the created item. Initializes the item’s Nav |
image |
String | A String value specifying the path to the image displayed by the item. Initializes the Image |
navigate |
String | A String value specifying the URL to which the browser navigates when the item is clicked. Initializes the item’s Nav |
#Returns
Type | Description |
---|---|
Nav |
A Nav |
#Remarks
Use the Add method to add a new item with the specified settings to the NavBarItemCollection object.