Skip to main content
Tab

GridViewContextMenuItem(GridViewContextMenuCommand) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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