Skip to main content
All docs
V19.2
Tab

GridViewContextMenuItemCollection.Add(MenuItem[]) Method

Adds the specified array of items to the end of the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void Add(
    params MenuItem[] items
)

Parameters

Name Type Description
items MenuItem[]

An array that contains zero or more MenuItem objects, to populate the collection.

See Also