Back to Devexpress

GridViewContextMenuItem Class

aspnet-devexpress-dot-web-55dbe7e0.md

latest5.3 KB
Original Source

GridViewContextMenuItem Class

Denotes an individual context menu item within the ASPxGridView control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewContextMenuItem :
    GridCommandMenuItem
vb
Public Class GridViewContextMenuItem
    Inherits GridCommandMenuItem

The following members return GridViewContextMenuItem objects:

Show 16 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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IEnumerable

IHierarchyData

Inheritance

Object StateManager CollectionItem MenuItem DevExpress.Web.GridCommandMenuItem GridViewContextMenuItem

See Also

GridViewContextMenuItem Members

Context Menu

Context Menu

Grid View

Online Demo: Grid - Context Menu

DevExpress.Web Namespace