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

GridViewContextMenuItem Class

Denotes an individual context menu item within the ASPxGridView control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class GridViewContextMenuItem :
    GridCommandMenuItem

Remarks

The GridViewContextMenuItem class implements the functionality of an individual context menu item within the ASPxGridView control. Instances of the GridViewContextMenuItem class are maintained within the GridViewContextMenuItemCollection collection. Individual menu items can be accessed and manipulated (added or deleted) by using the means provided by this collection.

Use the properties of the GridViewContextMenuItem class to specify the appearance and behavior of an individual item.

Inheritance

Object
StateManager
CollectionItem
MenuItem
DevExpress.Web.GridCommandMenuItem
GridViewContextMenuItem
See Also