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.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| menuItem | GridViewContextMenuItem | A GridViewContextMenuItem object specifying the item that will own the collection. |
See Also