ASPxGridViewContextMenuEventArgs.CreateItem(GridViewContextMenuCommand) Method
Creates a new item with the specified command.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| command | GridViewContextMenuCommand | One of the GridViewContextMenuCommand enumeration values specifying a command associated with the item. |
Returns
| Type | Description |
|---|---|
| GridViewContextMenuItem | A GridViewContextMenuItem object that is the newly created item. |
See Also