MenuItemCollection.Add(String, String) Method
Adds a new item to the collection and specifies the item’s display text and name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 MenuItem.Text property. |
name | String | A String value specifying the name which indentifies the created item. Initializes the item’s MenuItem.Name property. |
Returns
Type | Description |
---|---|
MenuItem | A MenuItem object representing the newly created menu item. |
Remarks
Use the Add method to add a new menu item with the specified settings to the MenuItemCollection object.
See Also