MenuItemCollection.Add(String, String, String) Method
Adds a new menu item to the collection and specifies the item’s display text, name and associated image.
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 menu item’s display text. Initializes the menu item’s Menu |
name | String | A String value specifying the name which identifies the created item. Initializes the item’s Menu |
image |
String | A String value specifying the path to the image displayed by the item. Initializes the Image |
#Returns
Type | Description |
---|---|
Menu |
A Menu |
#Remarks
Use the Add method to add a new menu item with the specified settings to the MenuItemCollection object.