Skip to main content
Tab

ASPxGridViewContextMenuEventArgs.CreateItem(GridViewContextMenuCommand) Method

Creates a new item with the specified command.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewContextMenuItem CreateItem(
    GridViewContextMenuCommand command
)

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