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

GridViewContextMenuItemCollection.Add(MenuItem[]) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.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