ASPxGridViewContextMenuEventArgs.CreateItem(GridViewContextMenuCommand) Method
In This Article
Creates a new item with the specified command.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewContextMenuItem CreateItem(
GridViewContextMenuCommand command
)
#Parameters
Name | Type | Description |
---|---|---|
command | Grid |
One of the Grid |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
See Also