GridViewContextMenuItem(GridViewContextMenuCommand) Constructor
Initializes a new instance of the GridViewContextMenuItem class with the specified command.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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