A newer version of this page is available.
Switch to the current version.
GridViewContextMenuItem Class
Denotes an individual context menu item within the ASPxGridView control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public class GridViewContextMenuItem :
GridCommandMenuItem
Public Class GridViewContextMenuItem
Inherits GridCommandMenuItem
Related API Members
The following members accept/return GridViewContextMenuItem objects:
Show 14 links
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.