GridViewContextMenuItemCollection Class
A collection that maintains context menu items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
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.
Implements
DevExpress.Utils.IAssignableCollection
See Also