aspnet-devexpress-dot-web-a8caf3bb.md
A collection that maintains context menu items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class GridViewContextMenuItemCollection :
MenuItemCollection
Public Class GridViewContextMenuItemCollection
Inherits MenuItemCollection
The following members return GridViewContextMenuItemCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<MenuItem> HierarchicalCollection<MenuItem> MenuItemCollection GridViewContextMenuItemCollection
See Also
GridViewContextMenuItemCollection Members