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

GridViewContextMenuItemCollection Class

A collection that maintains context menu items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class GridViewContextMenuItemCollection :
    MenuItemCollection

The following members return GridViewContextMenuItemCollection objects:

Remarks

The GridViewContextMenuItemCollection class manages a collection of GridViewContextMenuItem objects. The properties and methods exposed by the collection can be used to perform common collection operations, such as adding new or deleting existing items. Individual items can be accessed using indexer notation.

The GridViewContextMenuItemCollection collection can be accessed via the ASPxGridViewContextMenuEventArgs.Items and ASPxGridViewContextMenuItemVisibilityEventArgs.Items event argument properties.

See Also