Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewContextMenuItemCollection(
    GridViewContextMenuItem menuItem
)

Parameters

Name Type Description
menuItem GridViewContextMenuItem

A GridViewContextMenuItem object specifying the item that will own the collection.

See Also