aspnet-devexpress-dot-web-55dbe7e0.md
Denotes an individual context menu item within the ASPxGridView control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class GridViewContextMenuItem :
GridCommandMenuItem
Public Class GridViewContextMenuItem
Inherits GridCommandMenuItem
The following members return GridViewContextMenuItem objects:
Show 16 links
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.
Object StateManager CollectionItem MenuItem DevExpress.Web.GridCommandMenuItem GridViewContextMenuItem
See Also
GridViewContextMenuItem Members