GridViewContextMenuItem Class
In This Article
Denotes an individual context menu item within the ASPxGridView control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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