Skip to main content
A newer version of this page is available. .
Tab

GridViewContextMenuItem(GridViewContextMenuCommand) Constructor

Initializes a new instance of the GridViewContextMenuItem class with the specified command.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewContextMenuItem(
    GridViewContextMenuCommand command
)

Parameters

Name Type Description
command GridViewContextMenuCommand

One of the GridViewContextMenuCommand values that identifies the executed command. This value is assigned to the GridViewContextMenuItem.Command property.

See Also