Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

GridViewContextMenuItemCollection.Add(MenuItem) Method

Adds a specified item to the end of the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override void Add(
    MenuItem item
)

Parameters

Name Type Description
item MenuItem

A MenuItem object to add to the collection.

Remarks

Use the Add method to add a specified item to the end of the GridViewContextMenuItemCollection object.

See Also