Skip to main content
All docs
V19.2
Tab

GridViewContextMenuItemCollection.Insert(Int32, MenuItem) Method

Adds the specified item to the specified position within the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void Insert(
    int index,
    MenuItem item
)

Parameters

Name Type Description
index Int32

An integer value that specifies the zero-based index at which the specified item should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.

item MenuItem

A MenuItem object to insert.

See Also