GridViewContextMenuItemCollection(GridViewContextMenuItem) Constructor
Initializes a new instance of the GridViewContextMenuItemCollection class with the specified context menu item that will own the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
menuItem | GridViewContextMenuItem | A GridViewContextMenuItem object specifying the item that will own the collection. |
See Also