GridViewContextMenuItemCollection.Add(String, String, String) Method
Adds a new item with the specified settings to the end of the collection and returns the newly created object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | A String value that specifies the item text. Initializes the item’s MenuItem.Text property. |
| name | String | A String value that specifies the created item’s name. Initializes the item’s MenuItem.Name property. |
| imageUrl | String | A String value that specifies the item image url. Initializes the item’s MenuItem.Image.Url property. |
Returns
| Type | Description |
|---|---|
| GridViewContextMenuItem | A GridViewContextMenuItem object that is the newly created item. |
Remarks
Use the Add method to add a new item with the specified settings to the GridViewContextMenuItemCollection object.
See Also