ASPxGridViewContextMenuEventArgs.CreateItem(String, String) Method
In This Article
Creates a new item with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewContextMenuItem CreateItem(
string text,
string name
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value that specifies the item text. Initializes the item’s Menu |
name | String | A String value that specifies the created item’s name. Initializes the item’s Menu |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
See Also